Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Remove bundled dependencies. Use the mainline pycassa, ordereddict fr…
Browse files Browse the repository at this point in the history
…om pypi, and remove the manage.py path hacking.
  • Loading branch information
ericflo committed Sep 22, 2010
1 parent 818cead commit dd3a74d
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 11,242 deletions.
2 changes: 1 addition & 1 deletion cass.py
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
import struct import struct
import time import time


from odict import OrderedDict from ordereddict import OrderedDict


import pycassa import pycassa


Expand Down
Loading

0 comments on commit dd3a74d

Please sign in to comment.