Skip to content

Commit 6d08877

Browse files
committed
python 2 fix
1 parent 15e2771 commit 6d08877

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

word_language_model/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
from io import open
23
import torch
34

45
class Dictionary(object):

0 commit comments

Comments
 (0)