From 81ee64687d93f08633fe68fd7fd51f16327477b3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 8 Dec 2010 09:43:32 -0500 Subject: [PATCH] Don't import VERSION (now __version__) in calibcant.common. --- calibcant/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/calibcant/common.py b/calibcant/common.py index 3f09e9d..d303344 100644 --- a/calibcant/common.py +++ b/calibcant/common.py @@ -18,7 +18,6 @@ # License along with CalibCant. If not, see # . -from . import VERSION from . import config -- 2.26.2