I'd quite like to use this module with python 3, but there isn't support:
gfg@marty ~/Personal/git/python-phabricator $ ipython3
Python 3.3.2+ (default, Feb 28 2014, 00:52:16)
Type "copyright", "credits" or "license" for more information.
IPython 0.13.2 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]: import phabricator
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-e23a3ad0eef6> in <module>()
----> 1 import phabricator
/home/gfg/Personal/git/python-phabricator/phabricator/__init__.py in <module>()
17 import copy
18 import hashlib
---> 19 import httplib
20 import json
21 import os.path
ImportError: No module named 'httplib'
In [2]:
I'd quite like to use this module with python 3, but there isn't support: