equal
deleted
inserted
replaced
1 # Copyright 2008-2009 LShift Ltd |
1 """ |
2 # Author(s): |
2 Glob-based, order-based rules matcher that can answer "maybe" |
3 # Paul Crowley <paul@lshift.net> |
3 where the inputs make clear that something is unknown. |
4 # |
4 """ |
5 # This software may be used and distributed according to the terms |
|
6 # of the GNU General Public License, incorporated herein by reference. |
|
7 |
5 |
8 import sys |
6 import sys |
9 import re |
7 import re |
10 import os |
8 import os |
11 import os.path |
9 import os.path |