Namenskorrektur II
This commit is contained in:
parent
c0258314f4
commit
23d54c5ac7
75 changed files with 108 additions and 108 deletions
15
fotokiosk/fotokiosk.egg-info/PKG-INFO
Normal file
15
fotokiosk/fotokiosk.egg-info/PKG-INFO
Normal file
|
@ -0,0 +1,15 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: fotokiosk
|
||||
Version: 1.0
|
||||
Summary: UNKNOWN
|
||||
Home-page: UNKNOWN
|
||||
Author: UNKNOWN
|
||||
Author-email: UNKNOWN
|
||||
License: UNKNOWN
|
||||
Description: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 3 - Alpha
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Classifier: Framework :: TurboGears
|
22
fotokiosk/fotokiosk.egg-info/SOURCES.txt
Normal file
22
fotokiosk/fotokiosk.egg-info/SOURCES.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
README.txt
|
||||
setup.py
|
||||
fotokiosk/__init__.py
|
||||
fotokiosk/commands.py
|
||||
fotokiosk/controllers.py
|
||||
fotokiosk/json.py
|
||||
fotokiosk/model.py
|
||||
fotokiosk/release.py
|
||||
fotokiosk.egg-info/PKG-INFO
|
||||
fotokiosk.egg-info/SOURCES.txt
|
||||
fotokiosk.egg-info/dependency_links.txt
|
||||
fotokiosk.egg-info/entry_points.txt
|
||||
fotokiosk.egg-info/not-zip-safe
|
||||
fotokiosk.egg-info/paster_plugins.txt
|
||||
fotokiosk.egg-info/requires.txt
|
||||
fotokiosk.egg-info/sqlobject.txt
|
||||
fotokiosk.egg-info/top_level.txt
|
||||
fotokiosk/config/__init__.py
|
||||
fotokiosk/templates/__init__.py
|
||||
fotokiosk/tests/__init__.py
|
||||
fotokiosk/tests/test_controllers.py
|
||||
fotokiosk/tests/test_model.py
|
1
fotokiosk/fotokiosk.egg-info/dependency_links.txt
Normal file
1
fotokiosk/fotokiosk.egg-info/dependency_links.txt
Normal file
|
@ -0,0 +1 @@
|
|||
|
3
fotokiosk/fotokiosk.egg-info/entry_points.txt
Normal file
3
fotokiosk/fotokiosk.egg-info/entry_points.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
[console_scripts]
|
||||
start-fotokiosk = fotokiosk.commands:start
|
||||
|
1
fotokiosk/fotokiosk.egg-info/not-zip-safe
Normal file
1
fotokiosk/fotokiosk.egg-info/not-zip-safe
Normal file
|
@ -0,0 +1 @@
|
|||
|
2
fotokiosk/fotokiosk.egg-info/paster_plugins.txt
Normal file
2
fotokiosk/fotokiosk.egg-info/paster_plugins.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
TurboGears
|
||||
PasteScript
|
2
fotokiosk/fotokiosk.egg-info/requires.txt
Normal file
2
fotokiosk/fotokiosk.egg-info/requires.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
TurboGears >= 1.0.4.4
|
||||
SQLObject>=0.8
|
2
fotokiosk/fotokiosk.egg-info/sqlobject.txt
Normal file
2
fotokiosk/fotokiosk.egg-info/sqlobject.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
db_module=fotokiosk.model
|
||||
history_dir=$base/fotokiosk/sqlobject-history
|
1
fotokiosk/fotokiosk.egg-info/top_level.txt
Normal file
1
fotokiosk/fotokiosk.egg-info/top_level.txt
Normal file
|
@ -0,0 +1 @@
|
|||
fotokiosk
|
Loading…
Add table
Add a link
Reference in a new issue