You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ import rootpath
138
138
rootpath.append()
139
139
140
140
# 2. will import correctly without errors no matter if imported/executed from same path or any other system path - which is not true for the native Python 3 relative import
141
-
importrootpath.utils.say as say
141
+
importfoo.utils.say as say
142
142
143
143
defbar():
144
144
say()
@@ -156,7 +156,7 @@ import rootpath
156
156
rootpath.append()
157
157
158
158
# 2. will import correctly without errors no matter if imported/executed from same path or any other system path - which is not true for the native Python 3 relative import
0 commit comments