mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
10 lines
147 B
Python
10 lines
147 B
Python
#! /usr/bin/env python2.6
|
|
# -*- mode: python; coding: utf-8; -*-
|
|
#
|
|
from optparse import OptionParser
|
|
import os, sys, shutil
|
|
|
|
PROJRELROOT = '../'
|
|
|
|
|