Look for errors in the right place

This commit is contained in:
Neale Pickett 2010-03-03 14:23:33 -07:00
parent 4dd0b01f5b
commit e8138f75b7
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ import os
from urllib import quote from urllib import quote
from ctf import teams, html from ctf import teams, html, paths
basedir = '/var/lib/ctf/tanks' basedir = os.path.join(paths.VAR, 'tanks')
links = ''' links = '''
<h3>Tanks</h3> <h3>Tanks</h3>