GitBucket
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
bello
/
py1
Transfer to URL with SHA
Find file
Newer
Older
tree:
d05a914c51
Switch branches
×
master
py1
/
shizhan
/
jingdong
/ getfile.py
belloving
on 24 May 2016
85 bytes
jd
Raw
Blame
History
# -*- coding:utf-8 -*- import os l = os.listdir('./file/') for i in l: print i