Added yada-yada stuff. Updated some tests
[empire.git] / improvement.py
blob64ed568c07081cb477d0e8554450b2ca9e3e166a
1 #!/usr/bin/env python
3 """
5 Copyright (C) 2008 by Florian Hasheider
6 florian.hasheider@googlemail.com
8 Copyright (C) 2008 by Benjamin Kircher
9 benjamin.kircher@gmail.com
11 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 2 of the License, or
14 (at your option) any later version.
16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, write to the
23 Free Software Foundation, Inc.,
24 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
26 """
30 __doc__ = """
32 TODO: add description
33 """
38 # ----------------------------------- TESTS ---------------------------------- #
40 import unittest
44 def main():
45 unittest.main()
47 if __name__ == '__main__':
48 main()