Use the builtin set() instead of sets.Set()
commit8c0c72c713459980d03716e3471806fff14f3c8a
authorKarl Hasselström <kha@treskal.com>
Mon, 3 Sep 2007 21:48:51 +0000 (3 23:48 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 4 Sep 2007 21:00:32 +0000 (4 22:00 +0100)
tree0c943be310ee9635499c34c463b975799009cfa8
parent9371394e3446236b55da8958b746ef0e0724fa9f
Use the builtin set() instead of sets.Set()

We can do that now that we're guaranteed to have Python 2.4 or later.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/git.py