ソースを参照

Deleted useless code

Yann Weber 8年前
コミット
d35f499e3d
1個のファイルの変更0行の追加4行の削除
  1. 0
    4
      EditorialModel/fieldtypes/__init__.py

+ 0
- 4
EditorialModel/fieldtypes/__init__.py ファイルの表示

@@ -1,5 +1 @@
1
-from os.path import dirname, basename, isfile
2
-import glob
3
-modules = glob.glob(dirname(__file__)+"/*.py")
4
-__all__ = [ basename(f)[:-3] for f in modules if isfile(f) and basename(f) != '__init__.py']
5 1
 

読み込み中…
キャンセル
保存