提交 f9e0d335 编写于 作者: A Ademar de Souza Reis Jr

Merge pull request #372 from clebergnu/unittests_no_shebangs

Unittests: remove shebangs and license headers
#!/usr/bin/python
"""
Build documentation and report whether we had warning/error messages.
......
#!/usr/bin/env python
import json
import unittest
import os
......
#!/usr/bin/env python
import os
import sys
import shutil
......
#!/usr/bin/env python
import os
import sys
import unittest
......
#!/usr/bin/env python
import unittest
import os
import sys
......
#!/usr/bin/env python
import os
import sys
import unittest
......
#!/usr/bin/env python
import os
import shutil
import sys
......
#!/usr/bin/env python
import json
import tempfile
import unittest
......
#!/usr/bin/env python
import unittest
import os
import sys
......
#!/usr/bin/env python
import os
import sys
import unittest
......
#!/usr/bin/env python
import os
import sys
import unittest
......
#!/usr/bin/env python
import unittest
import tempfile
import os
......
#!/usr/bin/env python
import unittest
import os
import sys
......
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# See LICENSE for more details.
#
# Copyright: Red Hat Inc. 2014
# Authors: Cleber Rosa <cleber@redhat.com>
import os
import re
import sys
......
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# See LICENSE for more details.
#
# Copyright: Red Hat Inc. 2014
# Authors: Cleber Rosa <cleber@redhat.com>
import os
import sys
import unittest
......
#!/usr/bin/env python
import unittest
import os
import sys
......
#!/usr/bin/env python
import os
import sys
import unittest
......
#!/usr/bin/env python
import unittest
from avocado import multiplexer
......
#!/usr/bin/env python
import sys
import os
import unittest
......
#!/usr/bin/env python
import unittest
import os
import sys
......
#!/usr/bin/env python
import unittest
import os
import sys
......
#!/usr/bin/env python
import os
import sys
import unittest
......
#!/usr/bin/env python
import unittest
import os
import shutil
......
#!/usr/bin/env python
import copy
import unittest
......
#!/usr/bin/python
import unittest
from avocado.utils import params
......
#!/usr/bin/python
import unittest
from avocado import runtime
......
#!/usr/bin/env python
import unittest
import os
import sys
......
#!/usr/bin/env python
import argparse
import unittest
import os
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册