# $Id$ from django.conf import settings import os def runshell(): # Nothing fancy here, as the environment should have the # instnace properly configured for anything to work at all. os.execvp('db2')