Skip to content

Commit dc35793

Browse files
committedAug 19, 2012
Update astun parser
1 parent 03fbc8c commit dc35793

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.pydevproject
2-
.pyc
1+
*.pydevproject
2+
*.pyc

‎gazetteers/astun.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'mapsource': 'Workshop/MyHouse',
1111
'_': '1344265603168',
1212
'location': '##searchstring##',
13-
'pagesize': '6',
13+
'pagesize': '30',
1414
'startnum': '1',
1515
}
1616

‎ui_gazetteersearch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Form implementation generated from reading ui file 'ui_gazetteersearch.ui'
44
#
5-
# Created: Fri Aug 17 10:11:22 2012
5+
# Created: Mon Aug 20 06:39:41 2012
66
# by: PyQt4 UI code generator 4.8.3
77
#
88
# WARNING! All changes made in this file will be lost!

0 commit comments

Comments
 (0)
Please sign in to comment.