From a86c6d015e61d8e3c36a573dab4e632c0f5d4ede Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 14 Oct 2003 22:55:19 +0000 Subject: having the constant present helps --- installmethod.py | 1 + 1 file changed, 1 insertion(+) (limited to 'installmethod.py') diff --git a/installmethod.py b/installmethod.py index f55343c89..5b923e3d9 100644 --- a/installmethod.py +++ b/installmethod.py @@ -14,6 +14,7 @@ import os import string from hdrlist import groupSetFromCompsFile +from constants import * from rhpl.log import log -- cgit