File: setcompatwrap.py

package info (click to toggle)
python-fuse 1%3A0.2-pre3-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 308 kB
  • ctags: 281
  • sloc: python: 962; ansic: 951; sh: 42; makefile: 11
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