summaryrefslogtreecommitdiff
path: root/docgen.py
AgeCommit message (Collapse)AuthorFilesLines
2014-07-17docgen: Don't use stdin and stdoutinfirit1-11/+20
The encoding on stdin and stdout are usually ascii and may cause problems with writing unicode to it. Instead of this we open the file directly and avoid dealing with annoying unicode encode/decode errors.
2013-02-19Fix files conflict with gnome-dropbox.hillwood1-1/+1
2012-03-27import nautilus dropbox 0.7.1Benjamin Valentin1-0/+25