Skip to content

Commit

Permalink
Print messages correctly in python2
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Apr 13, 2015
1 parent d84af3e commit d52e0d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pulla/main.py
@@ -1,4 +1,7 @@
#!/usr/bin/env python3

from __future__ import print_function

import sys
import os
import argparse
Expand Down

0 comments on commit d52e0d8

Please sign in to comment.