summaryrefslogtreecommitdiff
path: root/MAT/hachoir_editor/__init__.py
diff options
context:
space:
mode:
authorjvoisin2014-06-08 13:39:18 +0200
committerjvoisin2014-06-08 13:39:18 +0200
commitaf36529554c39a2eefcc2c8723715e2d25b401b8 (patch)
treef54b964520bab44d1dfac725086211eaf22d3763 /MAT/hachoir_editor/__init__.py
parentef5a32cfd3c0555ffe5ddf413eeaae61622ebb4b (diff)
Rename the MAT folder to libmat.
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
Diffstat (limited to 'MAT/hachoir_editor/__init__.py')
-rw-r--r--MAT/hachoir_editor/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/MAT/hachoir_editor/__init__.py b/MAT/hachoir_editor/__init__.py
deleted file mode 100644
index 1835676..0000000
--- a/MAT/hachoir_editor/__init__.py
+++ /dev/null
@@ -1,8 +0,0 @@
1from field import (
2 EditorError, FakeField)
3from typed_field import (
4 EditableField, EditableBits, EditableBytes,
5 EditableInteger, EditableString,
6 createEditableField)
7from fieldset import EditableFieldSet, NewFieldSet, createEditor
8