diff piecrust/environment.py @ 1:aaa8fb7c8918

Re-arranged modules to reduce dependencies to builtin stuff. Added `init` command.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 22 Dec 2013 08:00:24 -0800
parents a212a3f2e3ee
children f485ba500df3
line wrap: on
line diff
--- a/piecrust/environment.py	Sat Dec 21 14:44:02 2013 -0800
+++ b/piecrust/environment.py	Sun Dec 22 08:00:24 2013 -0800
@@ -48,5 +48,6 @@
 
 
 class StandardEnvironment(Environment):
-    pass
+    def __init__(self):
+        super(StandardEnvironment, self).__init__()