Modernize basecode, now cromosoma and citoplasma are deleted by more comprensible libraries, and libraries.db directory names
This commit is contained in:
parent
94d3eef840
commit
50034d9ad6
108 changed files with 250 additions and 257 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from paramecio.citoplasma.i18n import I18n
|
||||
from paramecio.libraries.i18n import I18n
|
||||
|
||||
I18n.l['en-US']=I18n.l.get('en-US', {})
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from paramecio.citoplasma.i18n import I18n
|
||||
from paramecio.libraries.i18n import I18n
|
||||
|
||||
I18n.l['en-US']=I18n.l.get('en-US', {})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue