diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/test.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/test.py b/conf/test.py deleted file mode 100644 index 0a45a94..0000000 --- a/conf/test.py +++ /dev/null @@ -1,6 +0,0 @@ - -a={'a':'1.2','b':'1.1','c':'1.0'} -b=sorted(a.items(),key=lambda i:i[1]) -c=[i[0] for i in b] -#sorted(b, cmp=lambda x,y: cmp(a[x],a[y])) -print c |