From cd91cedac3347901afbc22121ddc26c3e30beea1 Mon Sep 17 00:00:00 2001 From: Austin Kim Date: Tue, 15 Jan 2019 15:36:46 -0800 Subject: 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 --- docgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docgen.py') 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: -- cgit v1.2.1