Correction colision de nom module 'code'
Il y a déja un module nommé code dans la bibliotheque standard
This commit is contained in:
parent
9c600cf96f
commit
0a86e7e065
|
@ -1,6 +1,7 @@
|
|||
from unittest import TestCase
|
||||
|
||||
from code import database
|
||||
import excel2py
|
||||
from excel2py import database
|
||||
|
||||
|
||||
class FetchFromSpradSheetCast(TestCase):
|
||||
|
|
Loading…
Reference in New Issue