reoved whitespace

This commit is contained in:
Andreas Preikschat 2013-04-16 19:54:40 +02:00
parent 01a0ad3618
commit 1b447c4590
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ def get_natural_key(string):
# Python 3 does not support comparision of different types anymore. So make sure, that we do not compare str and int.
#if string[0].isdigit():
# return [''] + key
return key
return key
from applocation import AppLocation