adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/src/modules .cvsignore,NONE,1.1 Makef


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/modules .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 adonthell.py,NONE,1.1 dialogue.py,NONE,1.1
Date: Sat, 27 Apr 2002 06:33:36 -0400

Update of /cvsroot/adonthell/adonthell/src/modules
In directory subversions:/tmp/cvs-serv8187/src/modules

Added Files:
        .cvsignore Makefile.am adonthell.py dialogue.py 
Log Message:
MOVED all python scripts to src/modules


--- NEW FILE ---
Makefile
Makefile.in
*.pyc

--- NEW FILE ---
moddatadir = $(gamedatadir)/modules

moddata_DATA = *.pyc

EXTRA_DIST = dialogue.py adonthell.py

all:
        ../adonthell -c

*.pyc: *.py

CLEANFILES = *.pyc

--- NEW FILE ---
# This file was created automatically by SWIG.
import adonthellc
class gz_file:
    __setmethods__ = {}
    for _s in []: __setmethods__.update(_s.__setmethods__)
    def __setattr__(self,name,value):
        if (name == "this"):
            if isinstance(value,gz_file):
                self.__dict__[name] = value.this
                if hasattr(value,"thisown"): self.__dict__["thisown"] = 
value.thisown
                del value.thisown
                return
        method = gz_file.__setmethods__.get(name,None)
        if method: return method(self,value)
        self.__dict__[name] = value

    __getmethods__ = {}
    for _s in []: __getmethods__.update(_s.__getmethods__)
    def __getattr__(self,name):
[...3244 lines suppressed...]

game_init = adonthellc.game_init

game_user_data_dir = adonthellc.game_user_data_dir

game_global_data_dir = adonthellc.game_global_data_dir

game_game_data_dir = adonthellc.game_game_data_dir

game_find_file = adonthellc.game_find_file

game_find_directory = adonthellc.game_find_directory

nls_init = adonthellc.nls_init

nls_set_language = adonthellc.nls_set_language

nls_translate = adonthellc.nls_translate



***** Error reading new file: [Errno 2] No such file or directory: 'dialogue.py'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]