File: subspat.py

package info (click to toggle)
pytagsfs 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 628 kB
  • ctags: 839
  • sloc: python: 4,554; xml: 523; sh: 73; makefile: 35
file content (17 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (c) 2007-2008 Forest Bond.
# This file is part of the pytagsfs software package.
#
# pytagsfs is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License version 2 as published by the Free
# Software Foundation.
#
# A copy of the license has been included in the COPYING file.

from unittest import main

import common

common.defineDocTestCases(__name__, 'pytagsfs.subspat')

if __name__ == '__main__':
    main()