diff options
author | hillwood <hillwood@hillwood-opensuse.(none)> | 2013-02-19 00:18:25 +0800 |
---|---|---|
committer | hillwood <hillwood@hillwood-opensuse.(none)> | 2013-02-19 00:18:25 +0800 |
commit | 0f59e97468dae7ddf1a389281d488e6972c273c9 (patch) | |
tree | f03f1303d99163ae83d4c0821f5a7c4077667d2d /docgen.py | |
parent | 30332d72c1fc31b6a71542650182faeb2237683d (diff) | |
download | caja-dropbox-0f59e97468dae7ddf1a389281d488e6972c273c9.tar.bz2 caja-dropbox-0f59e97468dae7ddf1a389281d488e6972c273c9.tar.xz |
Fix files conflict with gnome-dropbox.
Diffstat (limited to 'docgen.py')
-rw-r--r-- | docgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ import datetime # heeeheee env = {"__name__":"__notmain__"} -execfile("dropbox", env) +execfile("caja-dropbox", env) commands = env["commands"] f = open("AUTHORS", "r") |