Jose Diaz-Gonzalez

Add utf-8 encoding to each python file

1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2014, 2015 Mitch Garnaat 2 # Copyright (c) 2014, 2015 Mitch Garnaat
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # Licensed under the Apache License, Version 2.0 (the "License");
......
1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2015 Mitch Garnaat 2 # Copyright (c) 2015 Mitch Garnaat
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # Licensed under the Apache License, Version 2.0 (the "License");
......
1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2014, 2015 Mitch Garnaat 2 # Copyright (c) 2014, 2015 Mitch Garnaat
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # Licensed under the Apache License, Version 2.0 (the "License");
......
1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2014, 2015 Mitch Garnaat 2 # Copyright (c) 2014, 2015 Mitch Garnaat
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # Licensed under the Apache License, Version 2.0 (the "License");
......
1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2014, 2015 Mitch Garnaat 2 # Copyright (c) 2014, 2015 Mitch Garnaat
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # Licensed under the Apache License, Version 2.0 (the "License");
......
1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2014, 2015 Mitch Garnaat 2 # Copyright (c) 2014, 2015 Mitch Garnaat
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # Licensed under the Apache License, Version 2.0 (the "License");
......
1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2014, 2015 Mitch Garnaat 2 # Copyright (c) 2014, 2015 Mitch Garnaat
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # Licensed under the Apache License, Version 2.0 (the "License");
......
1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2014, 2015 Mitch Garnaat 2 # Copyright (c) 2014, 2015 Mitch Garnaat
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # Licensed under the Apache License, Version 2.0 (the "License");
......
1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2014, 2015 Mitch Garnaat 2 # Copyright (c) 2014, 2015 Mitch Garnaat
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # Licensed under the Apache License, Version 2.0 (the "License");
......
1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2014, 2015 Mitch Garnaat 2 # Copyright (c) 2014, 2015 Mitch Garnaat
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # Licensed under the Apache License, Version 2.0 (the "License");
......
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 +# -*- coding: utf-8 -*-
2 # Copyright (c) 2014, 2015 Mitch Garnaat http://garnaat.org/ 3 # Copyright (c) 2014, 2015 Mitch Garnaat http://garnaat.org/
3 # 4 #
4 # Licensed under the Apache License, Version 2.0 (the "License"). You 5 # Licensed under the Apache License, Version 2.0 (the "License"). You
......
1 +# -*- coding: utf-8 -*-
1 import logging 2 import logging
2 import json 3 import json
3 import uuid 4 import uuid
......
1 +# -*- coding: utf-8 -*-
1 import unittest 2 import unittest
2 3
3 import simple 4 import simple
......
1 +# -*- coding: utf-8 -*-
1 import logging 2 import logging
2 3
3 LOG = logging.getLogger() 4 LOG = logging.getLogger()
......
1 +# -*- coding: utf-8 -*-
1 import logging 2 import logging
2 3
3 4
......
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 +# -*- coding: utf-8 -*-
2 3
3 from kappa import __version__ 4 from kappa import __version__
4 import os 5 import os
......
1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2014 Mitch Garnaat http://garnaat.org/ 2 # Copyright (c) 2014 Mitch Garnaat http://garnaat.org/
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"). You 4 # Licensed under the Apache License, Version 2.0 (the "License"). You
......
1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2014 Mitch Garnaat http://garnaat.org/ 2 # Copyright (c) 2014 Mitch Garnaat http://garnaat.org/
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"). You 4 # Licensed under the Apache License, Version 2.0 (the "License"). You
......
1 +# -*- coding: utf-8 -*-
1 2
2 3
3 def handler(event, context): 4 def handler(event, context):
......
1 +# -*- coding: utf-8 -*-
1 # Copyright (c) 2015 Mitch Garnaat http://garnaat.org/ 2 # Copyright (c) 2015 Mitch Garnaat http://garnaat.org/
2 # 3 #
3 # Licensed under the Apache License, Version 2.0 (the "License"). You 4 # Licensed under the Apache License, Version 2.0 (the "License"). You
......