]> Shamusworld >> Repos - architektonas/blobdiff - src/base/simplepython.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / simplepython.cpp
similarity index 98%
rename from src/base/rs_simplepython.cpp
rename to src/base/simplepython.cpp
index 0ea2e1b48f27c45f6ddcaf3a46071f9b330e0c65..522a2e994e04181054192fffff80312ab75f2a14 100644 (file)
@@ -1,4 +1,4 @@
-// rs_simplepython.cpp
+// simplepython.cpp
 //
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
@@ -15,7 +15,7 @@
 //
 
 #ifdef RS_OPT_SIMPLEPYTHON
-#include "rs_simplepython.h"
+#include "simplepython.h"
 
 
 RS_SimplePython* RS_SimplePython::uniqueInstance = NULL;