mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-05 12:44:13 +00:00
6 lines
63 B
Python
6 lines
63 B
Python
|
try:
|
||
|
set()
|
||
|
set = set
|
||
|
except:
|
||
|
from sets import Set as set
|