diff --git a/VERSION b/VERSION
index 7dff5b8921122a487162febe3c8e32effb7acb35..f4778493c50025c6ab147a1fec7486ef0c706792 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.1
\ No newline at end of file
+0.2.2
\ No newline at end of file
diff --git a/unshare/__init__.py b/unshare/__init__.py
index 18b66a8e2cba3a7ea14df5b570e448f749f20c00..28d3cc9cc3e8a2ec36379eff29036423e0a52d3d 100644
--- a/unshare/__init__.py
+++ b/unshare/__init__.py
@@ -1,10 +1,7 @@
 #!/usr/bin/env python
 
 import ctypes
-try:
-    from constants import *
-except ImportError:
-    from unshare.constants import *
+from unshare.constants import *
 
 libc = ctypes.CDLL('libc.so.6')