From f7082a21d6511c5069fbb9ff186ce22f3e22fed7 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 7 Jun 2011 18:40:44 +0200 Subject: First commit --- 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..b106278 --- /dev/null +++ b/lib/hachoir_editor/__init__.py @@ -0,0 +1,8 @@ +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