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 85c9e0a commit 680facaCopy full SHA for 680faca
Python_Index.md
@@ -70,6 +70,7 @@ Python Notes Collections
70
source code][internals]
71
66. [理解 Python super][super2]
72
67. [Python debugging tips][pydebug]
73
+68, [Fix "Attempted relative import in non-package"][python.m]
74
75
## Examples
76
1. [Solving Every Sudoku Puzzle by Peter Norvig][sudoku]
@@ -285,3 +286,4 @@ Update: Thu Dec 15 16:10:05 PST 2016
285
286
[pydebug]: http://stackoverflow.com/questions/1623039/python-debugging-tips
287
[traceback]: https://docs.python.org/2/library/traceback.html
288
[wraps]: http://stackoverflow.com/questions/308999/what-does-functools-wraps-do
289
+[python.m]: http://stackoverflow.com/questions/11536764/how-to-fix-attempted-relative-import-in-non-package-even-with-init-py
0 commit comments