Crossfire Client, Trunk  R20401
Functions | Variables
Bundle Namespace Reference

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()
 

Function Documentation

def Bundle.AskInstall (   Name)

Definition at line 6 of file Bundle.py.

Referenced by FetchFile().

Here is the caller graph for this function:

def Bundle.FetchFile (   URL,
  Filename 
)

Definition at line 10 of file Bundle.py.

References AskInstall(), and system().

Here is the call graph for this function:

def Bundle.system (   cmd)

Definition at line 4 of file Bundle.py.

Referenced by FetchFile().

Here is the caller graph for this function:

Variable Documentation

Bundle.CFSOURCE = raw_input("Path to client.svn? ")

Definition at line 35 of file Bundle.py.

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

Definition at line 36 of file Bundle.py.

string Bundle.NSIS = pwd+'\NSIS'

Definition at line 32 of file Bundle.py.

Bundle.pwd = os.getcwd()

Definition at line 3 of file Bundle.py.

Bundle.txt = f.read()

Definition at line 37 of file Bundle.py.