diff options
| author | jvoisin | 2012-12-08 02:02:25 +0100 |
|---|---|---|
| committer | jvoisin | 2012-12-13 14:24:01 +0100 |
| commit | cbf8a2a65928694202e19b6bcf56ec84bcbf613c (patch) | |
| tree | e106475b0d5c003505336b5ae6416e4508bb768b /MAT/hachoir_editor/__init__.py | |
| parent | 67d5c1fa6b9ab6e1e7328ee57b15d8e46526d72a (diff) | |
Reorganize source tree and files installation location, cleanup setup.py (Closes: #689409)
Diffstat (limited to 'MAT/hachoir_editor/__init__.py')
| -rw-r--r-- | MAT/hachoir_editor/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAT/hachoir_editor/__init__.py b/MAT/hachoir_editor/__init__.py new file mode 100644 index 0000000..1835676 --- /dev/null +++ b/MAT/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 | |||
