More ignore

master
daz 2013-11-27 00:34:01 +01:00
parent 29423266cf
commit c8e719cd01
2 changed files with 2 additions and 3 deletions

4
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "popes"]
[submodule "src/popes"]
path = src/popes
url = http://code.hackerspace.pl/daz/popifier-popes
url = ssh://git@hackerspace.pl/daz/popifier-popes

View File

@ -16,7 +16,6 @@ def conclave(request, width, height):
width, height = int(width), int(height)
if width > 0 and height > 0:
aspect_ratio = round(width/height, decimal_places)
import ipdb; ipdb.set_trace()
try:
pope = select_best_pope(aspect_ratio)
except ENOPopeException: