view release.py @ 831:c60bd5cd61da

Fixed code that got broken by changes in dmd.1.033.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 20 Jul 2008 01:23:43 +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