Fix missing import in hookscripts.py

fixes #3 reported by darkskiez
This commit is contained in:
Devendra Gera 2010-07-03 03:14:54 +05:30
parent 20785332aa
commit fa956c5876

View File

@ -8,6 +8,7 @@ These pick up configuration values from the environment.
import os
import sys
import re
import gitzilla.hooks
import logging
import ConfigParser