Don't rename python wrapper for now
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Sun, 24 Jun 2012 10:31:56 +0000 (12:31 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sun, 24 Jun 2012 10:31:56 +0000 (12:31 +0200)
Otherwise all python code would have
to adapt from "ftdi.xxx()" to "ftdi1.xxx()".

TODO

diff --git a/TODO b/TODO
index 04919d7..eb45683 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,6 +3,12 @@ Build related:
 - Rename the library and header file,
   so libftdi 0.x and 1.x can co-exist
 
+Python wrapper:
+- Find out the following:
+  - Rename wrapper library to "ftdi1", users have to "import ftdi1"
+  - All other code in the examples can continue
+    to use "ftdi.xxx" instead of "ftdi1.xxx"
+
 Misc:
 - Resolve TODO entries in ftdi_eeprom
 - Look into merging ftdi_eeprom and examples/eeprom