py: Revert change of include, "" back to <> for mpconfigport.h.

pull/686/head v1.1
Damien George 2014-06-12 19:50:17 +01:00
rodzic fbdf2f1d63
commit 8340c48389
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.