diff --git a/examples/python/create-database.py b/examples/python/create-database.py
index 86205e0..0eaa945 100644
--- a/examples/python/create-database.py
+++ b/examples/python/create-database.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 
-import location
+import _location as location
 import os
 import sys
 
