Parcourir la source

fcntoolbox/dolibarr.py: undo workaround

root il y a 6 ans
Parent
commit
f65a2ed586
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      fcntoolbox/dolibarr.py

+ 1 - 2
fcntoolbox/dolibarr.py

@@ -2,8 +2,7 @@
 # Style Guide for Python Code https://www.python.org/dev/peps/pep-0008/
 # Docstring Conventions https://www.python.org/dev/peps/pep-0257/
 
-#import psycopg2.sql as sql # >= 2.7
-from . import sql
+import psycopg2.sql as sql # >= 2.7
 
 class Instance:
   def __init__(self, conn):