gcal-bot: Fix sys.path for new location under api/bots/

(imported from commit 9f5b90d5e0cd2134f2f0210980ad49fd8062a9c4)
This commit is contained in:
Keegan McAllister 2012-11-07 11:50:14 -05:00
parent 1a4f97a874
commit 11cdc959e6

View file

@ -8,7 +8,7 @@ import itertools
import traceback
from os import path
sys.path.append(path.join(path.dirname(__file__), '..'))
sys.path.append(path.join(path.dirname(__file__), '../..'))
import api.common
parser = optparse.OptionParser(r"""