commit | 9622230f8535d4bb8cce1d33aa53c951dba42ac1 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Sat Nov 22 11:10:45 2014 +0100 |
committer | David Ostrovsky <david.ostrovsky@gmail.com> | Mon Nov 24 08:41:21 2014 +0000 |
tree | 1dcad5d4e7eca413f0287136f992cb7d59566ef5 | |
parent | 0dbb1ae5b35a20a849bb185fea9721fc68c3ffa4 [diff] |
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: I0ac05c80a1d5fc1b8f8bd2c5ca5dabdfeeecbe52
diff --git a/gerrit_plugin.bucklet b/gerrit_plugin.bucklet index 7da239e..9d79ae4 100644 --- a/gerrit_plugin.bucklet +++ b/gerrit_plugin.bucklet
@@ -53,7 +53,7 @@ '//lib/gwt:dev', ] -__standalone_mode__ = True +STANDALONE_MODE = True def gerrit_plugin( name,