diff --git a/AmpScan/__init__.py b/AmpScan/__init__.py
index cbea4bf6728ba67b7784059193377e3cc79279f7..c218b69e4f683e7e76f3ea5e41bcce3fce6504ae 100644
--- a/AmpScan/__init__.py
+++ b/AmpScan/__init__.py
@@ -6,6 +6,6 @@ Created on Thu Dec 15 13:50:41 2016
 """
 
 from .core import AmpObject
-from .registration import *
+from .registration import registration
 from .align import align
 from .ampVis import vtkRenWin, qtVtkWindow
\ No newline at end of file