From 9172a3aef6709debe24c0c09abe693ababf6215c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 13 Aug 2015 11:44:33 +0300 Subject: [PATCH] Fix py2.7 --- .gitignore | 1 + hc/lib/__init__.py | 0 2 files changed, 1 insertion(+) create mode 100644 hc/lib/__init__.py diff --git a/.gitignore b/.gitignore index 0004ce7f..cead003d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__/ +*.pyc .coverage local_settings.py static-collected \ No newline at end of file diff --git a/hc/lib/__init__.py b/hc/lib/__init__.py new file mode 100644 index 00000000..e69de29b