Added Unicode BOM to file to declare encoding; Python assumes ASCII and chokes unless told.

This commit is contained in:
Paul Chaplin 2010-04-02 17:47:07 +01:00
parent e77f6e5a59
commit 8e781f5409

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python
# #
#Copyright (c) 2010 Kilian Valkhof, Paul Chaplin, Tarnay Kálmán #Copyright (c) 2010 Kilian Valkhof, Paul Chaplin, Tarnay Kálmán
# #