mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-27 00:21:07 +00:00
6 lines
63 B
Python
6 lines
63 B
Python
|
try:
|
||
|
set()
|
||
|
set = set
|
||
|
except:
|
||
|
from sets import Set as set
|