import locale for localisation

This commit is contained in:
Gatien Bovyn 2013-06-12 10:05:20 +02:00
parent 7470ea8fee
commit 7dd57d6181
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
try:
import locale
except:
pass
try:
from PyQt4.QtCore import *