From 4d7cca0408c41282ee4e8dcdc1ddc84d0a46fb9f Mon Sep 17 00:00:00 2001 From: Chitharanjan Das Date: Sat, 1 Oct 2016 11:18:32 +0530 Subject: [PATCH] Make modules out of management commands by adding __init__.py files --- hc/front/management/__init__.py | 0 hc/front/management/commands/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 hc/front/management/__init__.py create mode 100644 hc/front/management/commands/__init__.py diff --git a/hc/front/management/__init__.py b/hc/front/management/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/hc/front/management/commands/__init__.py b/hc/front/management/commands/__init__.py new file mode 100644 index 00000000..e69de29b