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 37cdea9 commit 7e76e7eCopy full SHA for 7e76e7e
examples/report.py
@@ -1,7 +1,8 @@
1
#!/usr/bin/env python
2
import pprint as pp
3
-from os import environ as env
4
-from maxcdn import MaxCDN
+from textwrap import dedent
+from os import environ as env
5
+from maxcdn import MaxCDN
6
7
try:
8
report = "/"+argv[1]
examples/simple.py
if not "ALIAS" in env or not "KEY" in env or not "SECRET" in env:
print(dedent("""\
0 commit comments