Skip to content

Commit

Permalink
barcodes up
Browse files Browse the repository at this point in the history
  • Loading branch information
okertanov committed Apr 10, 2012
1 parent 70a0ad3 commit 0861992
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions python/barcode-lv/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

str_fmt = "0000{0}LV"

range_begin = 62519
range_end = 63619 + 1
range_begin = 63168
range_end = 64267 + 1

for i in range(range_begin, range_end):
code = str_fmt.format(i)
Expand Down
8 changes: 4 additions & 4 deletions python/barcode-lv/oo-exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
def InjectBarcode(i):
str_fmt = "0000%dLV"
#path_fmt = "file:///Users/nata/projects/barcode-lv.git/%s.png"
path_fmt = "file:///C:/okertanov/projects/_unsupported_/barcode-lv.git/%s.png"
path_fmt = "file:///C:/okertanov/projects/_unsupported_/github/functional.git/python/barcode-lv/%s.png"

code = str_fmt % i
path = path_fmt % code
Expand Down Expand Up @@ -70,9 +70,9 @@ def InjectBarcode(i):
#range_begin = 62519
#range_end = 63520 + 1

range_begin = 62519
range_end = 63619 + 1
break_at = 11230
range_begin = 63168
range_end = 64267 + 1
break_at = 12230
npages = 1

for i in range(range_begin, range_end):
Expand Down

0 comments on commit 0861992

Please sign in to comment.