From af36529554c39a2eefcc2c8723715e2d25b401b8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 8 Jun 2014 13:39:18 +0200 Subject: Rename the MAT folder to libmat. This commit fixes some issues for dump operating systems who doesn't handle capitalization. --- MAT/hachoir_editor/__init__.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 MAT/hachoir_editor/__init__.py (limited to 'MAT/hachoir_editor/__init__.py') 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 @@ -from field import ( - EditorError, FakeField) -from typed_field import ( - EditableField, EditableBits, EditableBytes, - EditableInteger, EditableString, - createEditableField) -from fieldset import EditableFieldSet, NewFieldSet, createEditor - -- cgit v1.3