added missing import of os

This commit is contained in:
Martin Diehl 2013-02-19 15:57:51 +00:00
parent d8da2f60d8
commit b94caae041
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# $Id$
import sys
import sys, os
from .environment import Environment # only one class
from .asciitable import ASCIItable # only one class