forked from openlp/openlp
Fix imports and config item
bzr-revno: 622
This commit is contained in:
commit
d61b8b95df
@ -31,8 +31,8 @@ class ImageTab(SettingsTab):
|
|||||||
ImageTab is the Image settings tab in the settings dialog.
|
ImageTab is the Image settings tab in the settings dialog.
|
||||||
"""
|
"""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
#SettingsTab.__init__(self, self.trUtf8(u'Images'), u'Image')
|
#SettingsTab.__init__(self, self.trUtf8(u'Images'), u'Images')
|
||||||
SettingsTab.__init__(self, u'Images', u'Image')
|
SettingsTab.__init__(self, u'Images', u'Images')
|
||||||
|
|
||||||
def setupUi(self):
|
def setupUi(self):
|
||||||
self.setObjectName(u'ImageTab')
|
self.setObjectName(u'ImageTab')
|
||||||
|
@ -28,8 +28,7 @@ import logging
|
|||||||
import time
|
import time
|
||||||
import subprocess
|
import subprocess
|
||||||
import codecs
|
import codecs
|
||||||
import sys
|
|
||||||
from datetime import date
|
|
||||||
if os.name == u'nt':
|
if os.name == u'nt':
|
||||||
import win32api
|
import win32api
|
||||||
import win32con
|
import win32con
|
||||||
|
Loading…
Reference in New Issue
Block a user