Browse Source

fixed bug in code gen that was writing raw object name for importFrom nodes

pull/34/head
chriskiehl 10 years ago
parent
commit
50b22fef2e
5 changed files with 538 additions and 533 deletions
  1. 1
      gooey/code_prep.py
  2. 1067
      gooey/codegen.py
  3. 1
      gooey/dev_utils/__init__.py
  4. 1
      gooey/dev_utils/ast_inspector.py
  5. 1
      gooey/mockapplications/mockapp_import_argparse.py

1
gooey/code_prep.py

@ -0,0 +1 @@
__author__ = 'Chris'

1067
gooey/codegen.py
File diff suppressed because it is too large
View File

1
gooey/dev_utils/__init__.py

@ -0,0 +1 @@
__author__ = 'Chris'

1
gooey/dev_utils/ast_inspector.py

@ -0,0 +1 @@
__author__ = 'Chris'

1
gooey/mockapplications/mockapp_import_argparse.py

@ -0,0 +1 @@
__author__ = 'Chris'
Loading…
Cancel
Save