Update of /cvsroot/pythoncard/PythonCard/docs/GettingStarted
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7969/GettingStarted
Modified Files:
starter1.py
Log Message:
Removed the import of dialog, so that the section of walkthrough1 which
tells the user to add it is correct.
Index: starter1.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/docs/GettingStarted/starter1.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** starter1.py 9 Feb 2005 08:17:53 -0000 1.7
--- starter1.py 17 Dec 2005 15:20:02 -0000 1.8
***************
*** 6,10 ****
"""
! from PythonCard import model, dialog
--- 6,10 ----
"""
! from PythonCard import model
|