diff options
| author | jvoisin | 2011-06-10 01:29:29 +0200 |
|---|---|---|
| committer | jvoisin | 2011-06-10 01:29:29 +0200 |
| commit | c308cf7daaa4fa46377e2df0f2e9a397981e19b2 (patch) | |
| tree | f016ce17cd6747acc068a7d2fc5093d1bd96fa9e /lib/hachoir_editor/__init__.py | |
| parent | f7082a21d6511c5069fbb9ff186ce22f3e22fed7 (diff) | |
The current version is (mostly) working
Diffstat (limited to 'lib/hachoir_editor/__init__.py')
| -rw-r--r-- | lib/hachoir_editor/__init__.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/hachoir_editor/__init__.py b/lib/hachoir_editor/__init__.py deleted file mode 100644 index b106278..0000000 --- a/lib/hachoir_editor/__init__.py +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | from hachoir_editor.field import ( | ||
| 2 | EditorError, FakeField) | ||
| 3 | from hachoir_editor.typed_field import ( | ||
| 4 | EditableField, EditableBits, EditableBytes, | ||
| 5 | EditableInteger, EditableString, | ||
| 6 | createEditableField) | ||
| 7 | from hachoir_editor.fieldset import EditableFieldSet, NewFieldSet, createEditor | ||
| 8 | |||
