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 /lib/hachoir_editor/__init__.py | |
| parent | 23fc192252a12dd87e875cbca8329a3d12bed88b (diff) | |
Re-Organisation of the arborescence
Diffstat (limited to 'lib/hachoir_editor/__init__.py')
| -rw-r--r-- | lib/hachoir_editor/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
| 1 | from field import ( | ||
| 2 | EditorError, FakeField) | ||
| 3 | from typed_field import ( | ||
| 4 | EditableField, EditableBits, EditableBytes, | ||
| 5 | EditableInteger, EditableString, | ||
| 6 | createEditableField) | ||
| 7 | from fieldset import EditableFieldSet, NewFieldSet, createEditor | ||
| 8 | |||
