Fix syntax and style errors and errors after deficient merge conflic

resolving after branch merging.
This commit is contained in:
Norman Jäckel 2014-04-08 20:50:44 +02:00
parent e6dad6d087
commit 78077e4ab1
4 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ pdfmetrics.registerFont(TTFont(
'Ubuntu', path_join(settings.SITE_ROOT, 'core/static/fonts/Ubuntu-R.ttf')))
pdfmetrics.registerFont(TTFont(
'Ubuntu-Bold', path_join(settings.SITE_ROOT, 'core/static/fonts/Ubuntu-B.ttf')))
pdfmetrics.registerFont(TTFont(
pdfmetrics.registerFont(TTFont(
'circlefont', path_join(settings.SITE_ROOT, 'core/static/fonts/circle.ttf')))