File: all-2

package info (click to toggle)
zope.interface 4.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,124 kB
  • ctags: 2,766
  • sloc: python: 10,961; ansic: 1,242; makefile: 194
file content (8 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/python

import zope.interface
print zope.interface

# Make sure the optimization module is importable.
import zope.interface._zope_interface_coptimizations
print zope.interface._zope_interface_coptimizations