From 2825744369f382b6e95f1661dd82b4f1cf39480b Mon Sep 17 00:00:00 2001 From: Sanjay B Date: Mon, 23 Sep 2013 20:57:20 +0530 Subject: [PATCH] ugh --- itf/{itfcore_old => itfcore}/__init__.py | 0 itf/{itfcore_old => itfcore}/admin.py | 0 itf/{itfcore_old => itfcore}/fields.py | 0 itf/{itfcore_old => itfcore}/forms.py | 0 itf/{itfcore_old => itfcore}/models.py | 0 itf/{itfcore_old => itfcore}/urls.py | 0 itf/{itfcore_old => itfcore}/views.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename itf/{itfcore_old => itfcore}/__init__.py (100%) rename itf/{itfcore_old => itfcore}/admin.py (100%) rename itf/{itfcore_old => itfcore}/fields.py (100%) rename itf/{itfcore_old => itfcore}/forms.py (100%) rename itf/{itfcore_old => itfcore}/models.py (100%) rename itf/{itfcore_old => itfcore}/urls.py (100%) rename itf/{itfcore_old => itfcore}/views.py (100%) diff --git a/itf/itfcore_old/__init__.py b/itf/itfcore/__init__.py similarity index 100% rename from itf/itfcore_old/__init__.py rename to itf/itfcore/__init__.py diff --git a/itf/itfcore_old/admin.py b/itf/itfcore/admin.py similarity index 100% rename from itf/itfcore_old/admin.py rename to itf/itfcore/admin.py diff --git a/itf/itfcore_old/fields.py b/itf/itfcore/fields.py similarity index 100% rename from itf/itfcore_old/fields.py rename to itf/itfcore/fields.py diff --git a/itf/itfcore_old/forms.py b/itf/itfcore/forms.py similarity index 100% rename from itf/itfcore_old/forms.py rename to itf/itfcore/forms.py diff --git a/itf/itfcore_old/models.py b/itf/itfcore/models.py similarity index 100% rename from itf/itfcore_old/models.py rename to itf/itfcore/models.py diff --git a/itf/itfcore_old/urls.py b/itf/itfcore/urls.py similarity index 100% rename from itf/itfcore_old/urls.py rename to itf/itfcore/urls.py diff --git a/itf/itfcore_old/views.py b/itf/itfcore/views.py similarity index 100% rename from itf/itfcore_old/views.py rename to itf/itfcore/views.py