File: setcompatwrap.py

package info (click to toggle)
python-fuse 2%3A1.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 368 kB
  • sloc: ansic: 1,388; python: 1,378; makefile: 25; sh: 10
file content (5 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (9)
1
2
3
4
5
try:
  set()
  set = set
except:
  from sets import Set as set