mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-01-03 11:22:15 +01:00
Try block unneeded in localization.py import
This commit is contained in:
parent
4f3e0d3073
commit
59d9e5c7ae
1 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,7 @@ import re
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
|
|
||||||
try:
|
from . import basedir
|
||||||
from . import basedir
|
|
||||||
except:
|
|
||||||
import gitinspector.basedir as basedir
|
|
||||||
|
|
||||||
__enabled__ = False
|
__enabled__ = False
|
||||||
__installed__ = False
|
__installed__ = False
|
||||||
|
|
Loading…
Reference in a new issue