diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-12-13 10:55:03 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-12-13 10:55:03 -0500 |
| commit | c775dec4d9a082874e60397b05c3ddb5f5292b28 (patch) | |
| tree | 9e3b032f1f976573e5800781bcc042998188b245 /gensvm/util.py | |
| parent | added license (diff) | |
| download | pygensvm-c775dec4d9a082874e60397b05c3ddb5f5292b28.tar.gz pygensvm-c775dec4d9a082874e60397b05c3ddb5f5292b28.zip | |
Add encoding to all files
Diffstat (limited to 'gensvm/util.py')
| -rw-r--r-- | gensvm/util.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gensvm/util.py b/gensvm/util.py index 1e79d75..8d2a3e4 100644 --- a/gensvm/util.py +++ b/gensvm/util.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + """ Utility functions for GenSVM |
