summaryrefslogtreecommitdiff
path: root/docgen.py
diff options
context:
space:
mode:
authorAustin Kim <[email protected]>2019-01-15 15:36:46 -0800
committerraveit65 <[email protected]>2019-01-24 11:45:43 +0100
commitcd91cedac3347901afbc22121ddc26c3e30beea1 (patch)
tree4de96620059d66186207970a932860fa7ff58b93 /docgen.py
parentf3fe4a4d53da87a87fb36646645da84367b07392 (diff)
downloadcaja-dropbox-cd91cedac3347901afbc22121ddc26c3e30beea1.tar.bz2
caja-dropbox-cd91cedac3347901afbc22121ddc26c3e30beea1.tar.xz
Python 3 update for dropbox-cli
origin commit from: https://github.com/dropbox/nautilus-dropbox/pull/68 https://github.com/dropbox/nautilus-dropbox/commit/a07a129
Diffstat (limited to 'docgen.py')
-rw-r--r--docgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docgen.py b/docgen.py
index e1afa17..72b0161 100644
--- a/docgen.py
+++ b/docgen.py
@@ -5,7 +5,7 @@ import codecs
# heeeheee
env = {"__name__":"__notmain__"}
-execfile("caja-dropbox", env)
+exec(open("caja-dropbox").read(), env)
commands = env["commands"]
with codecs.open("AUTHORS", "r", "utf-8") as afile: