Skip to content

Commit

Permalink
Add python 2 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
howl-anderson committed Sep 7, 2018
1 parent 8c88302 commit c5db046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MicroHMM/hmm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import division
from __future__ import unicode_literals

import math
import pickle
Expand Down

0 comments on commit c5db046

Please sign in to comment.