Skip to content

Commit

Permalink
Use uft-8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-serdyuk authored and maximecb committed Aug 28, 2017
1 parent 0a4d1a0 commit 896b484
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions fuel/utils/cache.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""Dataset preloading tool
This file provides the ability to make a local cache of a dataset or
Expand Down
2 changes: 2 additions & 0 deletions fuel/utils/disk.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

"""Some of code below is taken from
[pylearn2](https://github.com/lisa-lab/pylearn2) framework developed under
the copyright:
Expand Down
2 changes: 2 additions & 0 deletions fuel/utils/lock.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

"""Some of code below is taken from
[pylearn2](https://github.com/lisa-lab/pylearn2) framework developed under
the copyright:
Expand Down

0 comments on commit 896b484

Please sign in to comment.