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
This commit is contained in:
David Ostrovsky 2014-11-22 11:16:14 +01:00 committed by David Ostrovsky
parent b40c40da1e
commit 6f083b8942

View File

@ -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