Skip to content

Commit 9f5afcf

Browse files
committed
fixed a mistake and now it will function properly
1 parent fcade9a commit 9f5afcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ThreadFixPythonApi/threadfixpro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import requests.exceptions
1414
import requests.packages.urllib3
1515

16-
import _utils
16+
from _utils import *
1717

1818
class ThreadFixProAPI(object):
1919
"""An API wrapper to facilitate interactions to and from ThreadFix."""

0 commit comments

Comments
 (0)