dabo Commit Revision 6192 Date: 2010-11-14 17:56:53 -0800 (Sun, 14 Nov 2010) Author: Ed Trac: http://trac.dabodev.com/changeset/6192
Changed: U trunk/dabo/__init__.py Log: Corrected a typo, caught by Fraser Burns Diff: Modified: trunk/dabo/__init__.py =================================================================== --- trunk/dabo/__init__.py 2010-11-15 01:48:20 UTC (rev 6191) +++ trunk/dabo/__init__.py 2010-11-15 01:56:53 UTC (rev 6192) @@ -381,8 +381,8 @@ # 'MyClasses.py' in this directory, and it defines two classes named 'FirstClass' # and 'SecondClass', add these lines: # -# from MyClass import FirstClass -# from MyClass import SecondClass +# from MyClasses import FirstClass +# from MyClasses import SecondClass # # Now you can refer to these classes as: self.Application.%(dd)s.FirstClass and # self.Application.%(dd)s.SecondClass _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
