view scripts/skaapsteker @ 523:c7c3f55554d4

add tofu and scroll totals to the hud
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 23:45:00 +0200
parents 6f1e43d2fda8
children b7c432ce1b80
line wrap: on
line source

#!/usr/bin/env python

import os.path
import sys
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))

import skaapsteker.__main__
if __name__ == "__main__":
    skaapsteker.__main__.main()