Skip to content

Commit 72a8750

Browse files
import pyparsing fixed
1 parent 04fdaf1 commit 72a8750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_httplib2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def sanitize_file(self, file_path):
6363
contents = contents.replace("from httplib2.", "from .")
6464
contents = contents.replace("from httplib2", "from .")
6565
contents = contents.replace(
66-
"import pyparsing as pp", "from ... import pyparsing as pp"
66+
"import pyparsing as pp", "from .. import pyparsing as pp"
6767
)
6868

6969
with open(file_path, "w") as f:

0 commit comments

Comments
 (0)