Use UTF-8 encoding in all Python files
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2010 Google, Inc.
|
# Copyright 2010 Google, Inc.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2010 Google, Inc.
|
# Copyright 2010 Google, Inc.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2010 Google, Inc.
|
# Copyright 2010 Google, Inc.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: UTF-8 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2011 Itaapy
|
# Copyright 2011 Itaapy
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: UTF-8 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2011 Itaapy
|
# Copyright 2011 Itaapy
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2010 Google, Inc.
|
# Copyright 2010 Google, Inc.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: UTF-8 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2011 Itaapy
|
# Copyright 2011 Itaapy
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: UTF-8 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2011 Julien Miotte
|
# Copyright 2011 Julien Miotte
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2010 Google, Inc.
|
# Copyright 2010 Google, Inc.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2010 Google, Inc.
|
# Copyright 2010 Google, Inc.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# -*- coding: UTF-8 -*-
|
||||||
|
#
|
||||||
# Copyright 2010 Google, Inc.
|
# Copyright 2010 Google, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; you can redistribute it and/or modify
|
# This file is free software; you can redistribute it and/or modify
|
||||||
|
|||||||
Reference in New Issue
Block a user