Files
nova/nova/cells
Eric Brown dd19bc143b Use of six.PY3 should be forward compatible
Care should be taken in using a condition like so:
if six.PY3:
  foo()
else:
  bar()

This assumes PY2 and PY4 would behave the same.  Rather the
conditional should check for PY2 and use the else for PY3 and
future versions of Python.

http://astrofrog.github.io/blog/2016/01/12/stop-writing-python-4-incompatible-code/

Change-Id: I9bc00e2f01fe8fe970d6c5327207c08a90885cda
2016-01-17 03:32:34 +00:00
..
2014-02-03 14:19:44 +00:00
2014-02-01 09:53:24 +00:00
2015-07-24 14:10:44 +03:00