From 7964c6f7a5b622d698f7d471690b29122966b1b2 Mon Sep 17 00:00:00 2001 From: Aaron Brashears Date: Mon, 16 Jul 2007 20:29:28 +0000 Subject: Result of svn merge -r65183:65337 svn+ssh://svn/svn/linden/branches/python-shuffle into release. Also includes untabification of many python files. --- scripts/template_verifier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/template_verifier.py') diff --git a/scripts/template_verifier.py b/scripts/template_verifier.py index 83f3ae61f5..980ceb8df8 100755 --- a/scripts/template_verifier.py +++ b/scripts/template_verifier.py @@ -22,8 +22,8 @@ import os import sys import urllib -from indra import compatibility -from indra import llmessage +from indra.ipc import compatibility +from indra.ipc import llmessage def die(msg): print >>sys.stderr, msg -- cgit v1.2.3