From c0c271a8ec8b9e50b855e9b38743ccb74d5649fc Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Wed, 10 May 2006 14:34:59 +0000 Subject: [PATCH] fix import of the rest of the module from commandline.py --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 1dbbdcc4..3de4b121 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -5,7 +5,7 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or (at your option) any later version. -from osclib import * +from core import * def main():