aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-21 12:43:29 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-21 12:43:29 +0000
commita78d105feb840a76acf49435016396c5ad1e6b95 (patch)
treeabf139a020f1680708d94544e59a2cc7f06020ec
parentpackages.py: typo (diff)
downloadanaconda-a78d105feb840a76acf49435016396c5ad1e6b95.tar.gz
anaconda-a78d105feb840a76acf49435016396c5ad1e6b95.tar.bz2
anaconda-a78d105feb840a76acf49435016396c5ad1e6b95.zip
iw/__init__.py: entry point for iw modules
-rw-r--r--iw/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/iw/__init__.py b/iw/__init__.py
new file mode 100644
index 0000000..d32e013
--- /dev/null
+++ b/iw/__init__.py
@@ -0,0 +1,4 @@
+# __init__.py
+# Entry point for anaconda's iw modules.
+
+# Yes, we don't have to do anything.