view scripts/skaapsteker @ 578:2e181628d0be

Use "hg archive" instead of "cp -r" for build.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 10 Apr 2011 14:07:09 +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()