Browse Source

Removed outdated files

pull/6/head
chriskiehl 10 years ago
parent
commit
191259450b
3 changed files with 0 additions and 82 deletions
  1. 17
      .project
  2. 8
      .pydevproject
  3. 57
      MANIFEST

17
.project

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Gooey</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>

8
.pydevproject

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
<path>/${PROJECT_DIR_NAME}/gooey</path>
</pydev_pathproperty>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">C:\Python27\python.exe</pydev_property>
</pydev_project>

57
MANIFEST

@ -1,57 +0,0 @@
# file GENERATED by distutils, do NOT edit
LICENSE.txt
README.txt
setup.py
gooey\__init__.py
gooey\codegen.py
gooey\gooey_decorator.py
gooey\i18n.py
gooey\i18n_config.py
gooey\i18n_unittest.py
gooey\image_repository.py
gooey\monkey_parser.py
gooey\parser_exceptions.py
gooey\source_parser.py
gooey\source_parser_unittest.py
gooey\gui\__init__.py
gooey\gui\action_sorter.py
gooey\gui\action_sorter_unittest.py
gooey\gui\advanced_config.py
gooey\gui\advanced_config_unittest.py
gooey\gui\argparse_test_data.py
gooey\gui\base_window.py
gooey\gui\basic_config_panel.py
gooey\gui\client_app.py
gooey\gui\component_factory.py
gooey\gui\component_register.py
gooey\gui\component_register_unittest.py
gooey\gui\components.py
gooey\gui\components_unittest.py
gooey\gui\controller.py
gooey\gui\display_main.py
gooey\gui\footer.py
gooey\gui\header.py
gooey\gui\imageutil.py
gooey\gui\msg_dialog.py
gooey\gui\option_reader.py
gooey\gui\option_reader_unittest.py
gooey\gui\runtime_display_panel.py
gooey\gui\styling.py
gooey\images\__init__.py
gooey\images\alessandro_rei_checkmark.png
gooey\images\computer.png
gooey\images\computer2.png
gooey\images\computer3.png
gooey\images\icon.ico
gooey\images\images.jpg
gooey\images\loader.gif
gooey\images\settings2.png
gooey\languages\__init__.py
gooey\languages\eng.py
gooey\languages\english.json
gooey\languages\french.json
gooey\mockapplications\__init__.py
gooey\mockapplications\example_argparse_souce_in_main.py
gooey\mockapplications\example_argparse_souce_in_try.py
gooey\mockapplications\mockapp.py
gooey\mockapplications\module_with_no_argparse.py
Loading…
Cancel
Save