Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 8e8e70d

Browse files
committed
Sex Out 7 22:00:54 BRT 2016 Using SQLToolsAPI
1 parent d17838f commit 8e8e70d

23 files changed

+3
-3
lines changed

SQLToolsAPI/Utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
import re
66
import sys
77

8-
if os.path.dirname(__file__) not in sys.path:
9-
sys.path.append(os.path.dirname(__file__))
8+
if os.path.join(os.path.dirname(__file__), 'lib') not in sys.path:
9+
sys.path.append(os.path.join(os.path.dirname(__file__), 'lib'))
1010

11-
from .sqlparse import format
11+
from sqlparse import format
1212

1313
# Regular expression for comments
1414
comment_re = re.compile(
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)