From f0f31a9a69c742a2ece4e92cc141032f8d23947a Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Mon, 15 Dec 2008 05:58:32 +0000 Subject: [PATCH] Finish cleaning up the script stuff. Added a README to the base parents directory warning not to modify the classes there. --- game/gamesrc/parents/base/README | 6 ++++++ src/script_parents/exit/__init__.py | 0 src/script_parents/npc/__init__.py | 0 src/script_parents/player/__init__.py | 0 src/script_parents/thing/__init__.py | 0 5 files changed, 6 insertions(+) create mode 100644 game/gamesrc/parents/base/README delete mode 100644 src/script_parents/exit/__init__.py delete mode 100644 src/script_parents/npc/__init__.py delete mode 100644 src/script_parents/player/__init__.py delete mode 100644 src/script_parents/thing/__init__.py diff --git a/game/gamesrc/parents/base/README b/game/gamesrc/parents/base/README new file mode 100644 index 0000000000..42314d2060 --- /dev/null +++ b/game/gamesrc/parents/base/README @@ -0,0 +1,6 @@ +Do not modify files in this directory! They are base classes from which other +things may be sub-classed. Modifying these classes may cause conflicts the +next time you upgrade manually or through subversion. + +Instead, sub-class the classes contained here and point the default parent +imports in settings.py to your new classes. \ No newline at end of file diff --git a/src/script_parents/exit/__init__.py b/src/script_parents/exit/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/script_parents/npc/__init__.py b/src/script_parents/npc/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/script_parents/player/__init__.py b/src/script_parents/player/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/script_parents/thing/__init__.py b/src/script_parents/thing/__init__.py deleted file mode 100644 index e69de29bb2..0000000000