view release.py @ 828:5b4d28d229e2

Updated Tango version in README.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 07 Jun 2008 14:57:14 +0200
parents a2880c95eda3
children
line wrap: on
line source

#! /usr/bin/python
# -*- coding: utf-8 -*-
# Author: Aziz Köksal

# TODO: port release.sh to Python

if __name__ == '__main__':
  print "DIL"

# TODO: write subcommand that creates a Makefile
def writeMakefile():
  pass