diff options
| author | jvoisin | 2011-07-20 14:33:51 +0200 |
|---|---|---|
| committer | jvoisin | 2011-07-20 14:33:51 +0200 |
| commit | 6a7a62ed276fb8aaf332665c102bfa4446a572f8 (patch) | |
| tree | 9f559b6dfcef28316bbd61e01935de814bc619b0 /hachoir_editor/__init__.py | |
| parent | 23fc192252a12dd87e875cbca8329a3d12bed88b (diff) | |
Re-Organisation of the arborescence
Diffstat (limited to 'hachoir_editor/__init__.py')
| -rw-r--r-- | hachoir_editor/__init__.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hachoir_editor/__init__.py b/hachoir_editor/__init__.py deleted file mode 100644 index b106278..0000000 --- a/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 | |||
