commands: Expand title again after setting environment variables
[git-cola.git] / cola / compat.py
blobcacd907e65ca1ec67a1c0244b2013eec8d7fd7b2
1 try:
2 set = set
3 except NameError:
4 from sets import Set as set
5 set = set