This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
setup_brew () { | |
if ![-f "/usr/local/bin/brew"]; then | |
/usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)" | |
fi | |
} | |
setup_ipython () { | |
brew install readline |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/celery/bin/celerybeat.py b/celery/bin/celerybeat.py | |
index a288780..bfc2d62 100644 | |
--- a/celery/bin/celerybeat.py | |
+++ b/celery/bin/celerybeat.py | |
@@ -176,7 +176,9 @@ def parse_options(arguments): | |
options, values = parser.parse_args(arguments) | |
return options | |
- | |
-if __name__ == "__main__": |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HG changeset patch | |
# User Wes Turner <[email protected]> | |
# Date 1258065100 21600 | |
# Node ID 706e866c5e2df95c80f4e0bf4d182604140fade2 | |
# Parent 2fd12cda91b470058b197781348541b856dee6ec | |
[mq]: accept_log_configuration | |
diff --git a/repoze/what/plugins/config.py b/repoze/what/plugins/config.py | |
--- a/repoze/what/plugins/config.py | |
+++ b/repoze/what/plugins/config.py |
NewerOlder