root/release.py
| Revision 807:a2880c95eda3, 221 bytes (checked in by Aziz K?ksal <aziz.koeksal@gmail.com>, 10 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #! /usr/bin/python |
| 2 | # -*- coding: utf-8 -*- |
| 3 | # Author: Aziz Köksal |
| 4 | |
| 5 | # TODO: port release.sh to Python |
| 6 | |
| 7 | if __name__ == '__main__': |
| 8 | print "DIL" |
| 9 | |
| 10 | # TODO: write subcommand that creates a Makefile |
| 11 | def writeMakefile(): |
| 12 | pass |
Note: See TracBrowser for help on using the browser.
