Skip to content

Commit

Permalink
rename twitterstream to txtwitterstream
Browse files Browse the repository at this point in the history
  • Loading branch information
wadey committed Mar 17, 2010
1 parent 9c6b448 commit 62b523b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions twitterstream/__init__.py

This file was deleted.

5 changes: 5 additions & 0 deletions txtwitterstream/__init__.py
@@ -0,0 +1,5 @@
from twitterstream.client import Client, TweetReceiver

__author__ = "Wade Simmons"
__version__ = "0.1.0"
__all__ = ["Client", "TweetReceiver"]
3 changes: 0 additions & 3 deletions twitterstream/client.py → txtwitterstream/client.py
Expand Up @@ -14,9 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.

__author__ = "Alexandre Fiori, Wade Simmons"
__version__ = "0.1.0"

"""Twisted client library for the Twitter Streaming API:
http://apiwiki.twitter.com/Streaming-API-Documentation"""

Expand Down
File renamed without changes.

0 comments on commit 62b523b

Please sign in to comment.