view scripts/skaapsteker @ 526:5613f7b61b23

Stop Sasuke falling off the world
author Neil Muller <drnlmuller@gmail.com>
date Sat, 09 Apr 2011 23:47:58 +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()