Skip to content

Commit 5644042

Browse files
author
Dilawar Singh
committed
Force utf8 encoding.
1 parent ceb4448 commit 5644042

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

findSim.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#
1+
# -*- coding: utf-8 -*-
2+
23
# This program is free software; you can redistribute it and/or
34
# modify it under the terms of the GNU General Public License as
45
# published by the Free Software Foundation; either version 3, or
@@ -33,7 +34,7 @@
3334
**********************************************************************/
3435
3536
'''
36-
from __future__ import print_function
37+
from __future__ import print_function, division
3738
import heapq
3839
import matplotlib.pyplot as plt
3940
import numpy as np

0 commit comments

Comments
 (0)