From 96494542a127712a2898ab1865b48a12a8af1a6f Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Mon, 22 Aug 2011 12:03:25 -0400 Subject: add __init__.py --- __init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..80ccd7c --- /dev/null +++ b/__init__.py @@ -0,0 +1 @@ +from fetch import fetch -- cgit