fixed bad things

This commit is contained in:
koeart 2013-07-10 21:08:13 +02:00
parent d0c061ee1d
commit 1ca96bbcdd
1 changed files with 3 additions and 3 deletions

View File

@ -61,9 +61,9 @@ def make_default_config(conffile='config.cfg'):
git=False) git=False)
git = dict(sectionname="git", git = dict(sectionname="git",
gitdir="~./git", gitdir="~./git",
gituser="koeart", gituser="yourgituser",
gitemail="<ps@zwoelfelf.org>", gitemail="<you@provider.org>",
giturl="git@141.30.211.92") giturl="yourIP")
latexbeamer = dict(sectionname="latexbeamer", latexbeamer = dict(sectionname="latexbeamer",
directory="latex-beamer", directory="latex-beamer",
preambledir="latex-preambel", preambledir="latex-preambel",