Skip to content

Python 3 supportΒ #1

@shon

Description

@shon

Breaks on Python 3

Here is a screenshot of ipython console on my box

$ ipython
Python 3.5.2 (default, Jul  5 2016, 12:43:10) 
Type "copyright", "credits" or "license" for more information.

In [1]: import chrono
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-b600539e43cb> in <module>()
----> 1 import chrono

~/.virtualenvs/ph3/lib/python3.5/site-packages/chrono/__init__.py in <module>()
----> 1 from chrono import Chrono
      2 from chrono import parse
      3 from chrono import parse_date
      4 
      5 

ImportError: cannot import name 'Chrono'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions