Skip to content

Commit

Permalink
Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Dec 15, 2016
1 parent 6a1b35a commit 5fa064f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gouda/tests/test_decode_barcodes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import unittest
import shutil
import sys
Expand Down Expand Up @@ -42,9 +41,8 @@ def test_csv(self):
str(TESTDATA.joinpath('code128.png')),
str(TESTDATA.joinpath('BM001128287.jpg'))
])
from pprint import pprint

lines = stdout.getvalue().strip().split(os.linesep)
lines = stdout.getvalue().strip().split('\n')
self.assertEqual(3, len(lines))

header = (
Expand Down

0 comments on commit 5fa064f

Please sign in to comment.