We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747c771 commit 733f058Copy full SHA for 733f058
update_httplib2.py
@@ -63,7 +63,7 @@ def sanitize_file(self, file_path):
63
contents = contents.replace("from httplib2.", "from .")
64
contents = contents.replace("from httplib2", "from .")
65
contents = contents.replace(
66
- "import pyparsing as pp", "from ... import pyparsing as pp"
+ "import pyparsing as pp", "from .. import pyparsing as pp"
67
)
68
69
with open(file_path, "w") as f:
0 commit comments