diff options
Diffstat (limited to 'tests/unittests/__init__.py')
-rw-r--r-- | tests/unittests/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittests/__init__.py b/tests/unittests/__init__.py index 1b34b5af..d89ed443 100644 --- a/tests/unittests/__init__.py +++ b/tests/unittests/__init__.py @@ -1,3 +1,5 @@ +# This file is part of cloud-init. See LICENSE file for license information. + try: # For test cases, avoid the following UserWarning to stderr: # You don't have the C version of NameMapper installed ... |