Преглед изворни кода

Highlight console argument

Thomas Kluyver пре 11 година
родитељ
комит
35e4d71ed0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      examples/console/installer.cfg

+ 1 - 0
examples/console/installer.cfg

@@ -2,6 +2,7 @@
 name=Guess the Number
 version=1.0
 script=guessnumber.py
+# We need to set this to get a console:
 console=true
 
 [Python]