From c308cf7daaa4fa46377e2df0f2e9a397981e19b2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 10 Jun 2011 01:29:29 +0200 Subject: The current version is (mostly) working --- lib/hachoir_editor/__init__.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 lib/hachoir_editor/__init__.py (limited to 'lib/hachoir_editor/__init__.py') diff --git a/lib/hachoir_editor/__init__.py b/lib/hachoir_editor/__init__.py deleted file mode 100644 index b106278..0000000 --- a/lib/hachoir_editor/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -from hachoir_editor.field import ( - EditorError, FakeField) -from hachoir_editor.typed_field import ( - EditableField, EditableBits, EditableBytes, - EditableInteger, EditableString, - createEditableField) -from hachoir_editor.fieldset import EditableFieldSet, NewFieldSet, createEditor - -- cgit v1.3