diff piecrust/__init__.py @ 100:69d5eecfa449

Better `prepare` command, with templates and help topics.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 13 Sep 2014 23:31:21 -0700
parents cb1ed436642c
children d70a4adb61dd
line wrap: on
line diff
--- a/piecrust/__init__.py	Sat Sep 13 14:47:01 2014 -0700
+++ b/piecrust/__init__.py	Sat Sep 13 23:31:21 2014 -0700
@@ -22,3 +22,6 @@
 except ImportError:
     APP_VERSION = 'unknown'
 
+import os.path
+RESOURCES_DIR = os.path.join(os.path.dirname(__file__), 'resources')
+