nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

Move More Cell Helper Functions into `oppy.cell.util` #47

Closed dwtj closed 9 years ago

dwtj commented 9 years ago

Cell helper functions should probably all be in one common place: oppy.cell.util. Take a look at some of the static functions spread throughout the various cell files and move them here.

nskinkel commented 9 years ago

Done as of this weekend. We may need more helpers, but I don't think this is "issue-status" anymore.