From cca9dbb614a62a07c1d09b7e0096dbf0d32f6030 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Sat, 18 Nov 2006 18:32:41 +0000 Subject: [PATCH] import os --- config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index d5c8338..7321361 100644 --- a/config.py +++ b/config.py @@ -6,9 +6,11 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: config.py,v 1.4 2006/10/31 23:16:16 mlhuang Exp $ +# $Id: config.py,v 1.5 2006/11/18 18:15:37 mlhuang Exp $ # +import os + class Config: """ Parses Python configuration files; all variables in the file are -- 2.43.0