File: ext.pyx

package info (click to toggle)
python-versioneer 0.29-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 644 kB
  • sloc: python: 2,656; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (3)
1
2
3
4
from __future__ import print_function

def run():
    print("Extension code")