diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-12-22 18:16:21 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-12-22 18:16:21 -0500 |
commit | b3d728192f4e36b5893dcb089893325ea4cd764b (patch) | |
tree | e915886cb357182344326911c3add53f01d10e38 /tests/events_test.py | |
parent | a45666f8c8d16955e8a568c46e963b2ff9d7bde6 (diff) |
.py files coding set to utf-8.
Diffstat (limited to 'tests/events_test.py')
-rw-r--r-- | tests/events_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/events_test.py b/tests/events_test.py index 4ef75ce..b62b82d 100644 --- a/tests/events_test.py +++ b/tests/events_test.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. |