summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-01-04 19:48:02 -0700
committerJason Gerard DeRose <jderose@redhat.com>2009-01-04 19:48:02 -0700
commit026860bd5652286af64a82d3d52582701af44c0b (patch)
tree93a8ee34fa4dc8d2815481507e91b5d86eabbc55
parent5c47261df596cc67410eb11db15bf0f8543e516f (diff)
downloadfreeipa-026860bd5652286af64a82d3d52582701af44c0b.tar.gz
freeipa-026860bd5652286af64a82d3d52582701af44c0b.tar.xz
freeipa-026860bd5652286af64a82d3d52582701af44c0b.zip
Renamed ipa_webui/ to ipawebui/ and tests/test_ipa_webui/ to tests/test_ipawebui
-rw-r--r--ipawebui/__init__.py (renamed from ipa_webui/__init__.py)0
-rw-r--r--ipawebui/controller.py (renamed from ipa_webui/controller.py)0
-rw-r--r--ipawebui/mod_python_webui.py (renamed from ipa_webui/mod_python_webui.py)0
-rw-r--r--ipawebui/static/mootools-core.js (renamed from ipa_webui/static/mootools-core.js)0
-rw-r--r--ipawebui/templates/__init__.py (renamed from ipa_webui/templates/__init__.py)0
-rw-r--r--ipawebui/templates/form.kid (renamed from ipa_webui/templates/form.kid)0
-rw-r--r--ipawebui/templates/main.kid (renamed from ipa_webui/templates/main.kid)0
-rw-r--r--tests/test_ipawebui/__init__.py (renamed from tests/test_ipa_webui/__init__.py)0
-rw-r--r--tests/test_ipawebui/test_controllers.py (renamed from tests/test_ipa_webui/test_controllers.py)0
9 files changed, 0 insertions, 0 deletions
diff --git a/ipa_webui/__init__.py b/ipawebui/__init__.py
index 408481a27..408481a27 100644
--- a/ipa_webui/__init__.py
+++ b/ipawebui/__init__.py
diff --git a/ipa_webui/controller.py b/ipawebui/controller.py
index a2a270cbd..a2a270cbd 100644
--- a/ipa_webui/controller.py
+++ b/ipawebui/controller.py
diff --git a/ipa_webui/mod_python_webui.py b/ipawebui/mod_python_webui.py
index 6a889fce6..6a889fce6 100644
--- a/ipa_webui/mod_python_webui.py
+++ b/ipawebui/mod_python_webui.py
diff --git a/ipa_webui/static/mootools-core.js b/ipawebui/static/mootools-core.js
index 7e1e482bf..7e1e482bf 100644
--- a/ipa_webui/static/mootools-core.js
+++ b/ipawebui/static/mootools-core.js
diff --git a/ipa_webui/templates/__init__.py b/ipawebui/templates/__init__.py
index 10d4cf8ca..10d4cf8ca 100644
--- a/ipa_webui/templates/__init__.py
+++ b/ipawebui/templates/__init__.py
diff --git a/ipa_webui/templates/form.kid b/ipawebui/templates/form.kid
index 640157005..640157005 100644
--- a/ipa_webui/templates/form.kid
+++ b/ipawebui/templates/form.kid
diff --git a/ipa_webui/templates/main.kid b/ipawebui/templates/main.kid
index 692f2b575..692f2b575 100644
--- a/ipa_webui/templates/main.kid
+++ b/ipawebui/templates/main.kid
diff --git a/tests/test_ipa_webui/__init__.py b/tests/test_ipawebui/__init__.py
index f739a8563..f739a8563 100644
--- a/tests/test_ipa_webui/__init__.py
+++ b/tests/test_ipawebui/__init__.py
diff --git a/tests/test_ipa_webui/test_controllers.py b/tests/test_ipawebui/test_controllers.py
index e236d1a0b..e236d1a0b 100644
--- a/tests/test_ipa_webui/test_controllers.py
+++ b/tests/test_ipawebui/test_controllers.py