Skip to content

Instantly share code, notes, and snippets.

@westurner
westurner / setup_pandas_notebook.sh
Created July 29, 2012 07:53
Setup IPython Notebook and Pandas for OSX
#!/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
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__":
# 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