~ubuntu-branches/ubuntu/quantal/drpython/quantal

« back to all changes in this revision

Viewing changes to drpython.pyw

  • Committer: Bazaar Package Importer
  • Author(s): William Vera
  • Date: 2010-04-01 14:21:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100401142109-lecjio9de0kt3lfk
Tags: 1:3.11.1-2
* New Maintainer (Closes: #575845). 
* Bump Standards-Version to 3.8.4.
* Switch to dpkg-source 3.0 (quilt) format

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#
33
33
 
34
34
if __name__ == '__main__':
35
 
    import drpython
 
35
    from drpython import drpython
36
36
    drpython.main()