1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

Merge branch 'master' of https://github.com/ztane/python-escpos into ztane-master

Conflicts:
	.gitignore
	escpos/constants.py
	escpos/escpos.py

The branch by DavisGoglin contains a fix for issue 10, fixes #10
This commit is contained in:
Patrick Kanzler
2015-12-30 10:35:00 +01:00
7 changed files with 126 additions and 145 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,7 @@
*.py[cod]
.DS_Store
build
escpos.egg-info
MANIFEST
dist
.idea