import locale for localisation
This commit is contained in:
parent
7470ea8fee
commit
7dd57d6181
|
@ -1,3 +1,7 @@
|
||||||
|
try:
|
||||||
|
import locale
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from PyQt4.QtCore import *
|
from PyQt4.QtCore import *
|
||||||
|
|
Loading…
Reference in New Issue
Block a user