|
Crossfire Client, Trunk
R20401
|
Functions | |
| def | AskInstall (Name) |
| def | FetchFile (URL, Filename) |
| def | system (cmd) |
Variables | |
| CFSOURCE = raw_input("Path to client.svn? ") | |
| f = open('gtkclient.nsi.in') | |
| string | NSIS = pwd+'\NSIS' |
| pwd = os.getcwd() | |
| txt = f.read() | |
| def Bundle.AskInstall | ( | Name | ) |
Definition at line 6 of file Bundle.py.
Referenced by FetchFile().

| def Bundle.FetchFile | ( | URL, | |
| Filename | |||
| ) |
Definition at line 10 of file Bundle.py.
References AskInstall(), and system().

| def Bundle.system | ( | cmd | ) |
Definition at line 4 of file Bundle.py.
Referenced by FetchFile().

| Bundle.f = open('gtkclient.nsi.in') |
1.8.11