Changeset 409
- Timestamp:
- 10/14/08 12:05:53 (3 months ago)
- Files:
-
- trunk/setup.py (modified) (1 diff)
- trunk/src/dm/apache/config.py (modified) (1 diff)
- trunk/src/dm/view/registry.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/setup.py
r406 r409 1 1 from setuptools import setup, find_packages 2 2 3 import django # not served from cheeseshop4 import mx.DateTime # not served from cheeseshop3 #import django # not served from cheeseshop 4 #import mx.DateTime # not served from cheeseshop 5 5 6 6 import sys trunk/src/dm/apache/config.py
r254 r409 4 4 from dm.dictionarywords import APACHE_CONFIG_PATH 5 5 from dm.environment import SystemEnvironment 6 import commands 6 7 7 8 class ApacheConfigBuilder(object): trunk/src/dm/view/registry.py
r401 r409 385 385 def defaultPostManipulateLocation(self): 386 386 locationPath = '/'+ self.registryPath +'/' 387 locationPath += str(self.domainObject.getRegisterKeyValue()) +'/'388 387 return locationPath 389 388
