Skip to content

Commit 04fdaf1

Browse files
pyparsing fix
1 parent 7e3e754 commit 04fdaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shotgun_api3/lib/httplib2/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import base64
22
import re
33

4-
from ... import pyparsing as pp
4+
from .. import pyparsing as pp
55

66
from .error import *
77

0 commit comments

Comments
 (0)