jacob1044 / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
1 stars 0 forks source link

NameError: global name 'EventCleanupHandler' is not defined #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install App Engine regarding description with

with:
git clone https://github.com/marianoguerra/pshb-example.git
cd pshb-example
bash setup.sh

2. run App Engine with "google_appengine/dev_appserver.py pubsubhubbub/hub/"

What is the expected output? What do you see instead?

App Engine is running successfully

What version of the product are you using? On what operating system?

Ubuntu 10 

Please provide any additional information below.

Error Message:
NameError: global name 'EventCleanupHandler' is not defined

Problem:
The function 'EventCleanupHandler' is missing in pubsubhubbub/hub/main.py

Original issue reported on code.google.com by drosenbe...@google.com on 22 Sep 2011 at 7:19