summaryrefslogtreecommitdiff
path: root/hachoir_editor/__init__.py
diff options
context:
space:
mode:
authorjvoisin2011-07-20 14:33:51 +0200
committerjvoisin2011-07-20 14:33:51 +0200
commit6a7a62ed276fb8aaf332665c102bfa4446a572f8 (patch)
tree9f559b6dfcef28316bbd61e01935de814bc619b0 /hachoir_editor/__init__.py
parent23fc192252a12dd87e875cbca8329a3d12bed88b (diff)
Re-Organisation of the arborescence
Diffstat (limited to 'hachoir_editor/__init__.py')
-rw-r--r--hachoir_editor/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/hachoir_editor/__init__.py b/hachoir_editor/__init__.py
deleted file mode 100644
index b106278..0000000
--- a/hachoir_editor/__init__.py
+++ /dev/null
@@ -1,8 +0,0 @@
1from hachoir_editor.field import (
2 EditorError, FakeField)
3from hachoir_editor.typed_field import (
4 EditableField, EditableBits, EditableBytes,
5 EditableInteger, EditableString,
6 createEditableField)
7from hachoir_editor.fieldset import EditableFieldSet, NewFieldSet, createEditor
8