projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df2795a
)
Add comment for development only code
author
duplo
<duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 7 Apr 2009 09:01:39 +0000
(09:01 +0000)
committer
duplo
<duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 7 Apr 2009 09:01:39 +0000
(09:01 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2472
38d2e660
-2303-0410-9eaa-
f027e97ec537
wizard/bertos.py
patch
|
blob
|
history
diff --git
a/wizard/bertos.py
b/wizard/bertos.py
index a6529abef39c70b16d644342f0ce253c1ae6a33d..a8d4665091269c92ac7285def2e4e2eac687aa38 100755
(executable)
--- 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")