From d4bec927d6a8ef9a57bb3da3f3fdb4cabe94ece6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 29 May 2011 04:05:13 -0400 Subject: [PATCH] * import --- haystack/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/haystack/__init__.py b/haystack/__init__.py index e69de29..c2fdbad 100644 --- a/haystack/__init__.py +++ b/haystack/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + +from core import * \ No newline at end of file