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 0401c49 commit 903f4f5Copy full SHA for 903f4f5
djhtml/options.py
@@ -66,8 +66,6 @@
66
type=lambda x: tuple(x.split(",")),
67
)
68
69
-# Parse arguments and assign attributes to self
70
-self = sys.modules[__name__]
71
options = parser.parse_args()
72
73
if options.show_version:
0 commit comments