2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 20:07:13 +00:00

[svn] Renaming troggle.expo to troggle.core. To do this, used:

perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py`

and then manually checked each change (had to remove a couple)
This commit is contained in:
substantialnoninfringinguser
2009-07-02 20:43:18 +01:00
parent c0b274767b
commit ae3fe8cd42
32 changed files with 32 additions and 37 deletions

View File

@@ -4,14 +4,9 @@ This module is the part of troggle that parses descriptions of cave parts (subca
import sys, os
sys.path.append('C:\\troggle')
sys.path.append('C:\\')
os.environ['DJANGO_SETTINGS_MODULE']='troggle.settings'
import troggle.expo as expo
import os, re, logging
from django.conf import settings
from expo.models import Subcave, Cave
from core.models import Subcave, Cave
from troggle.save_carefully import save_carefully
def getLinksInCaveDescription(cave):