X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=wizard%2Fbertos.py;h=87b08237fa02e43ddad363b4eb0a1fc88644c422;hb=f03c2b5496b747b4ef8d3874bd33d26d9549b5d5;hp=a6529abef39c70b16d644342f0ce253c1ae6a33d;hpb=df2795a44344fbb1a9cec920115e155cefcfb2fc;p=bertos.git diff --git a/wizard/bertos.py b/wizard/bertos.py index a6529abe..87b08237 100755 --- a/wizard/bertos.py +++ b/wizard/bertos.py @@ -55,6 +55,7 @@ def main(): app = QApplication(sys.argv) app.settings = QSettings("Develer", "Bertos Configurator") app.project = BProject.BProject() + # Development utility lines, to be removed for production if newer("bertos.qrc", "bertos.rcc"): os.system("rcc -binary bertos.qrc -o bertos.rcc") QResource.registerResource("bertos.rcc") @@ -63,7 +64,7 @@ def main(): elif "--edit" in sys.argv and "--create" not in sys.argv: editProject() elif "--create" in sys.argv and "--edit" in sys.argv: - ## TODO: need an explaining message + # TODO need an explaining message print " ".join(sys.argv) print "Invalid usage!" pass