diff options
| author | Jamie Lennox <jamielennox@redhat.com> | 2013-10-14 11:39:04 +1000 |
|---|---|---|
| committer | Jamie Lennox <jamielennox@redhat.com> | 2013-10-14 11:39:04 +1000 |
| commit | 79370909818348759cdcccedd9640d670cc58d13 (patch) | |
| tree | dfdf9cd09782120f2aa6e746c1fac9f3df3a28f7 | |
| parent | 1526557fca5f02317416220113eebcfc17656f8c (diff) | |
| download | httpretty-79370909818348759cdcccedd9640d670cc58d13.tar.gz | |
Convert setup.py to ASCII
This will fix using HTTPretty from pip in non UTF-8 environments.
Issue: #108
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # <HTTPretty - HTTP client mock for Python> -# Copyright (C) <2011> Gabriel Falcão <gabriel@nacaolivre.org> +# Copyright (C) <2011> Gabriel Falcao <gabriel@nacaolivre.org> # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation |
