diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-10-16 13:03:50 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-10-16 13:03:50 +0300 |
commit | a7bed71c6431342ceb0503171eaab26c119f2223 (patch) | |
tree | 6b7e8b0c5a879def42e4e1c6ef09efb97749d586 /servo/lib | |
parent | 7ed178e0ba678af813750c603c1636be1376f770 (diff) | |
download | Servo-a7bed71c6431342ceb0503171eaab26c119f2223.tar.gz Servo-a7bed71c6431342ceb0503171eaab26c119f2223.tar.bz2 Servo-a7bed71c6431342ceb0503171eaab26c119f2223.zip |
Cleanup
Diffstat (limited to 'servo/lib')
-rw-r--r-- | servo/lib/ucsv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/lib/ucsv.py b/servo/lib/ucsv.py index 91b2acf..accf7d1 100644 --- a/servo/lib/ucsv.py +++ b/servo/lib/ucsv.py @@ -1,5 +1,5 @@ """ -Borrwed from +Borrowed from http://stackoverflow.com/questions/1846135/python-csv-library-with-unicode-utf-8-support-that-just-works """ |