Skip to content

Commit

Permalink
Fix compat with python2
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Aug 24, 2020
1 parent 65f7747 commit 7e9dfb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from __future__ import print_function

import sys
import time
import datetime
Expand Down

0 comments on commit 7e9dfb5

Please sign in to comment.