Changeset 1018 in products
- Timestamp:
- Apr 13, 2009 3:21:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.themetemplate/tags/0.10/quintagroup/themetemplate/README.txt
r1013 r1018 77 77 78 78 So check namespaces:: 79 79 80 >>> theme_namespace = os.path.join(package_dir,'quintagroup','theme','ploneexample') 80 81 >>> os.path.isdir(theme_namespace) … … 82 83 83 84 Theme holds 3 subdirectories (browser, profiles, skins):: 85 84 86 >>> cd(theme_namespace) 85 87 >>> dirs = ('skins', 'browser', 'profiles') … … 88 90 89 91 And initialization files (__init__.py, configure.zcml) :: 92 90 93 >>> files = ('__init__.py', 'configure.zcml') 91 94 >>> [True for d in files if d in os.listdir('.')]
Note: See TracChangeset
for help on using the changeset viewer.