From 6f083b89426fffd0d51f03ededc5b5c2e73c2487 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 22 Nov 2014 11:16:14 +0100 Subject: [PATCH] Rename __standalone_mode__ to STANDALONE_MODE The fix for [1] prevents from importing python variables __foo__, as explained in [2]. Rename standalone mode flag correspondingly. [1] https://github.com/facebook/buck/issues/182 [2] https://github.com/facebook/buck/issues/221 Change-Id: If8682278e7c91df3fc18b3d623eb43950e839448 --- bucklets/gerrit_plugin.bucklet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucklets/gerrit_plugin.bucklet b/bucklets/gerrit_plugin.bucklet index b9d7c5dc0c..ae7e1a21e4 100644 --- a/bucklets/gerrit_plugin.bucklet +++ b/bucklets/gerrit_plugin.bucklet @@ -17,4 +17,4 @@ GERRIT_PLUGIN_API = ['//gerrit-plugin-api:lib'] GERRIT_GWT_API = ['//gerrit-plugin-gwtui/gerrit:gwtui-api'] -__standalone_mode__ = False +STANDALONE_MODE = False