summaryrefslogtreecommitdiffstats
path: root/Tools/pynche/PyncheWidget.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1998-10-07 03:36:58 (GMT)
committerBarry Warsaw <barry@python.org>1998-10-07 03:36:58 (GMT)
commit0926deacd5f4f3ef57d9b093b43c73ded2695578 (patch)
tree1f014ed3435486ee2f9267bce27a1b7ca212d814 /Tools/pynche/PyncheWidget.py
parentc958043233e27d07cdcb6dc663eec7049a8626b0 (diff)
downloadcpython-0926deacd5f4f3ef57d9b093b43c73ded2695578.zip
cpython-0926deacd5f4f3ef57d9b093b43c73ded2695578.tar.gz
cpython-0926deacd5f4f3ef57d9b093b43c73ded2695578.tar.bz2
Moved the main pynche.py file to Main.py. Added minimal driver
scripts pynche.py and pynche.pyw for Unix and Windows startup respectively. Document the .pyw file in the README.
Diffstat (limited to 'Tools/pynche/PyncheWidget.py')
-rw-r--r--Tools/pynche/PyncheWidget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pynche/PyncheWidget.py b/Tools/pynche/PyncheWidget.py
index 1cdf398..e3a3b2c 100644
--- a/Tools/pynche/PyncheWidget.py
+++ b/Tools/pynche/PyncheWidget.py
@@ -101,7 +101,7 @@ class PyncheWidget:
return self.__root
def __popup_about(self, event=None):
- from pynche import __version__
+ from Main import __version__
tkMessageBox.showinfo('About Pynche ' + __version__,
'''\
Pynche %s