From cbf8a2a65928694202e19b6bcf56ec84bcbf613c Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 8 Dec 2012 02:02:25 +0100 Subject: Reorganize source tree and files installation location, cleanup setup.py (Closes: #689409) --- MAT/hachoir_editor/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 MAT/hachoir_editor/__init__.py (limited to 'MAT/hachoir_editor/__init__.py') diff --git a/MAT/hachoir_editor/__init__.py b/MAT/hachoir_editor/__init__.py new file mode 100644 index 0000000..1835676 --- /dev/null +++ b/MAT/hachoir_editor/__init__.py @@ -0,0 +1,8 @@ +from field import ( + EditorError, FakeField) +from typed_field import ( + EditableField, EditableBits, EditableBytes, + EditableInteger, EditableString, + createEditableField) +from fieldset import EditableFieldSet, NewFieldSet, createEditor + -- cgit v1.3