py: Revert change of include, "" back to <> for mpconfigport.h.
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 9d0ad69..93e98c2 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -28,7 +28,7 @@
 // You can override any of these options using mpconfigport.h file located
 // in a directory of your port.
 
-#include "mpconfigport.h"
+#include <mpconfigport.h>
 
 // Any options not explicitly set in mpconfigport.h will get default
 // values below.