From 031eeb6a967a89772bbe152950832b2fcd150344 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Wed, 21 Aug 2013 22:17:29 -0400 Subject: [PATCH] Restored the __init__.py file that I stupidly deleted on a previous commit. --- cheatsheets/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cheatsheets/__init__.py diff --git a/cheatsheets/__init__.py b/cheatsheets/__init__.py new file mode 100644 index 0000000..8a9b797 --- /dev/null +++ b/cheatsheets/__init__.py @@ -0,0 +1,3 @@ +import os + +cheat_dir, __init = os.path.split(__file__)