Changeset 13203 for main/waeup.uniben/trunk
- Timestamp:
- 21 Aug 2015, 13:27:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/scripts.py
r13202 r13203 27 27 INSTANCE_HOME = os.path.dirname(os.path.dirname(os.path.dirname( 28 28 os.path.dirname(__file__)))) 29 30 #: The name of the `University` instance in which we look for export 31 #: items. 32 APP_NAME = "uniben" 29 33 30 34 … … 78 82 79 83 def get_university(conn): 80 return conn.root()["Application"][ "uniben"]84 return conn.root()["Application"][APP_NAME] 81 85 82 86
Note: See TracChangeset for help on using the changeset viewer.