diff --git a/mvc/glade/config.glade b/glade/config.glade similarity index 100% rename from mvc/glade/config.glade rename to glade/config.glade diff --git a/mvc/glade/dialogs.glade b/glade/dialogs.glade similarity index 100% rename from mvc/glade/dialogs.glade rename to glade/dialogs.glade diff --git a/mvc/glade/foo.glade b/glade/foo.glade similarity index 100% rename from mvc/glade/foo.glade rename to glade/foo.glade diff --git a/mvc/glade/main.glade b/glade/main.glade similarity index 100% rename from mvc/glade/main.glade rename to glade/main.glade diff --git a/mvc/gtkmvc/__init__.py b/gtkmvc/__init__.py similarity index 100% rename from mvc/gtkmvc/__init__.py rename to gtkmvc/__init__.py diff --git a/mvc/gtkmvc/controller.py b/gtkmvc/controller.py similarity index 100% rename from mvc/gtkmvc/controller.py rename to gtkmvc/controller.py diff --git a/mvc/gtkmvc/model.py b/gtkmvc/model.py similarity index 100% rename from mvc/gtkmvc/model.py rename to gtkmvc/model.py diff --git a/mvc/gtkmvc/model_mt.py b/gtkmvc/model_mt.py similarity index 100% rename from mvc/gtkmvc/model_mt.py rename to gtkmvc/model_mt.py diff --git a/mvc/gtkmvc/observable.py b/gtkmvc/observable.py similarity index 100% rename from mvc/gtkmvc/observable.py rename to gtkmvc/observable.py diff --git a/mvc/gtkmvc/observer.py b/gtkmvc/observer.py similarity index 100% rename from mvc/gtkmvc/observer.py rename to gtkmvc/observer.py diff --git a/mvc/gtkmvc/support/__init__.py b/gtkmvc/support/__init__.py similarity index 100% rename from mvc/gtkmvc/support/__init__.py rename to gtkmvc/support/__init__.py diff --git a/mvc/gtkmvc/support/decorators.py b/gtkmvc/support/decorators.py similarity index 100% rename from mvc/gtkmvc/support/decorators.py rename to gtkmvc/support/decorators.py diff --git a/mvc/gtkmvc/support/metaclass_base.py b/gtkmvc/support/metaclass_base.py similarity index 100% rename from mvc/gtkmvc/support/metaclass_base.py rename to gtkmvc/support/metaclass_base.py diff --git a/mvc/gtkmvc/support/metaclasses.py b/gtkmvc/support/metaclasses.py similarity index 100% rename from mvc/gtkmvc/support/metaclasses.py rename to gtkmvc/support/metaclasses.py diff --git a/mvc/gtkmvc/support/wrappers.py b/gtkmvc/support/wrappers.py similarity index 100% rename from mvc/gtkmvc/support/wrappers.py rename to gtkmvc/support/wrappers.py diff --git a/mvc/gtkmvc/view.py b/gtkmvc/view.py similarity index 100% rename from mvc/gtkmvc/view.py rename to gtkmvc/view.py diff --git a/mvc/pyGTKtalog b/pyGTKtalog similarity index 100% rename from mvc/pyGTKtalog rename to pyGTKtalog diff --git a/mvc/pygtktalog.py b/pygtktalog.py similarity index 100% rename from mvc/pygtktalog.py rename to pygtktalog.py diff --git a/mvc/src/__init__.py b/src/__init__.py similarity index 100% rename from mvc/src/__init__.py rename to src/__init__.py diff --git a/mvc/src/controllers/__init__.py b/src/controllers/__init__.py similarity index 100% rename from mvc/src/controllers/__init__.py rename to src/controllers/__init__.py diff --git a/mvc/src/controllers/c_config.py b/src/controllers/c_config.py similarity index 100% rename from mvc/src/controllers/c_config.py rename to src/controllers/c_config.py diff --git a/mvc/src/controllers/c_main.py b/src/controllers/c_main.py similarity index 100% rename from mvc/src/controllers/c_main.py rename to src/controllers/c_main.py diff --git a/mvc/src/models/__init__.py b/src/models/__init__.py similarity index 100% rename from mvc/src/models/__init__.py rename to src/models/__init__.py diff --git a/mvc/src/models/m_config.py b/src/models/m_config.py similarity index 100% rename from mvc/src/models/m_config.py rename to src/models/m_config.py diff --git a/mvc/src/models/m_main.py b/src/models/m_main.py similarity index 100% rename from mvc/src/models/m_main.py rename to src/models/m_main.py diff --git a/mvc/src/utils/__init__.py b/src/utils/__init__.py similarity index 100% rename from mvc/src/utils/__init__.py rename to src/utils/__init__.py diff --git a/mvc/src/utils/_importer.py b/src/utils/_importer.py similarity index 100% rename from mvc/src/utils/_importer.py rename to src/utils/_importer.py diff --git a/mvc/src/utils/deviceHelper.py b/src/utils/deviceHelper.py similarity index 100% rename from mvc/src/utils/deviceHelper.py rename to src/utils/deviceHelper.py diff --git a/mvc/src/utils/globals.py b/src/utils/globals.py similarity index 100% rename from mvc/src/utils/globals.py rename to src/utils/globals.py diff --git a/mvc/src/views/__init__.py b/src/views/__init__.py similarity index 100% rename from mvc/src/views/__init__.py rename to src/views/__init__.py diff --git a/mvc/src/views/v_config.py b/src/views/v_config.py similarity index 100% rename from mvc/src/views/v_config.py rename to src/views/v_config.py diff --git a/mvc/src/views/v_dialogs.py b/src/views/v_dialogs.py similarity index 100% rename from mvc/src/views/v_dialogs.py rename to src/views/v_dialogs.py diff --git a/mvc/src/views/v_main.py b/src/views/v_main.py similarity index 100% rename from mvc/src/views/v_main.py rename to src/views/v_main.py