rajvasani / pubsubhubbub

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

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

Closed GoogleCodeExporter closed 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

GoogleCodeExporter commented 9 years ago
Due to the approaching shutdown of Google Code 
(http://google-opensource.blogspot.ch/2015/03/farewell-to-google-code.html) 
we're moving all public PubSubHubbub development to the pubsubhubbub 
organization on Github:

https://github.com/pubsubhubbub

The protocol spec resides under https://github.com/pubsubhubbub/PubSubHubbub 
while the various client libraries and example applications have separate 
repositories.

Wiki content has been migrated to the PubSubHubbub project as well:

https://github.com/pubsubhubbub/PubSubHubbub/wiki

Please re-open your issue on GitHub if it's still relevant. 

Original comment by the...@google.com on 18 May 2015 at 7:25