Rename python wrapper to ftdi1. Adapt examples with minimal code changes
[libftdi] / examples / python / simple.py
index ecd5c2f..82ef6bb 100644 (file)
@@ -8,7 +8,7 @@ of the swig generated python wrapper
 
 You need to build and install the wrapper first"""
 
-import ftdi
+import ftdi1 as ftdi
 
 def main():
     """Main program"""