• Martín Gaitán's avatar
    applying DRY on cython vs Cython · dab5ac36
    Martín Gaitán authored
    import the ``cython`` as module (no run  as a program)::
    
       >>> import cython
    
    do the same than::
    
       >>> import Cython
    
    But the same code was repeated in both places.
    dab5ac36
cython.py 363 Bytes