Skip to content

Commit

Permalink
Rename __standalone_mode__ to STANDALONE_MODE
Browse files Browse the repository at this point in the history
The fix for [1] prevents from importing python variables __foo__,
as explained in [2]. Rename standalone mode flag correspondingly.

[1] facebook/buck#182
[2] facebook/buck#221

Change-Id: I0ac05c80a1d5fc1b8f8bd2c5ca5dabdfeeecbe52
  • Loading branch information
davido authored and David Ostrovsky committed Nov 24, 2014
1 parent 0dbb1ae commit 9622230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gerrit_plugin.bucklet
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GWT_DEPS = [
'//lib/gwt:dev',
]

__standalone_mode__ = True
STANDALONE_MODE = True

def gerrit_plugin(
name,
Expand Down

0 comments on commit 9622230

Please sign in to comment.