From 9593773c7b262c3fe9c115431421d6f40cb6ef82 Mon Sep 17 00:00:00 2001 From: "Malini K. Bhandaru" Date: Wed, 22 May 2013 16:01:53 -0700 Subject: [PATCH] Oops, put back the 'see glance setup.py' for later version flow incorporation ala OpenStack lines --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 575dde7da..5f3d43f60 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ except ImportError: # Determine version of this application. # TBD: Revisit version flows and processing once integrating with OpenStack, -# see barbican setup.py +# see glance setup.py PKG = "barbican" VERSIONFILE = os.path.join(PKG, "version.py") version = "unknown"