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 --- hachoir_editor/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hachoir_editor/__init__.py (limited to 'hachoir_editor/__init__.py') diff --git a/hachoir_editor/__init__.py b/hachoir_editor/__init__.py new file mode 100644 index 0000000..b106278 --- /dev/null +++ b/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