diff options
| author | Jonathan Lange <jml@canonical.com> | 2009-12-31 14:15:19 +1100 |
|---|---|---|
| committer | Jonathan Lange <jml@canonical.com> | 2009-12-31 14:15:19 +1100 |
| commit | 9513bbbd49b81832b2807b19c974cd5878e90230 (patch) | |
| tree | b05309f1075dc4a3d262c538d907bfe03c4002cc /testtools/run.py | |
| parent | 91529cfe495788d4c0ba7585d10e808eb8b6094d (diff) | |
| download | testtools-9513bbbd49b81832b2807b19c974cd5878e90230.tar.gz | |
Lots of little coding cleanups
Diffstat (limited to 'testtools/run.py')
| -rwxr-xr-x | testtools/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/run.py b/testtools/run.py index fe78f2e..7aa54d3 100755 --- a/testtools/run.py +++ b/testtools/run.py @@ -1,4 +1,4 @@ -# Copyright (c) 2008 Jonathan M. Lange. See LICENSE for details. +# Copyright (c) 2008, 2009 Jonathan M. Lange. See LICENSE for details. """python -m testtools.run testspec [testspec...] |
