From 6a7a62ed276fb8aaf332665c102bfa4446a572f8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 20 Jul 2011 14:33:51 +0200 Subject: Re-Organisation of the arborescence --- lib/hachoir_editor/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create 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 new file mode 100644 index 0000000..1835676 --- /dev/null +++ b/lib/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