given how we load modules now, we don't need modules/__init__.py

This commit is contained in:
Brian S. Stephan 2011-01-06 23:27:52 -06:00
parent acca8723b3
commit a3d30daacb
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
__all__ = []
# vi:tabstop=4:expandtab:autoindent
# kate: indent-mode python;indent-width 4;replace-tabs on;