Skip to content

Commit

Permalink
LiamHuang: 按照约定的项目组织结构,重新组织内容。
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam0205 committed May 6, 2015
1 parent 30898db commit bc39127
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiamHuang/0000.py → LiamHuang/0000/0000.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from PIL import Image, ImageDraw, ImageFont

sourceFileName = "source.png"
sourceFileName = "../public/source.png"
avatar = Image.open(sourceFileName)
drawAvatar = ImageDraw.Draw(avatar)

Expand Down
File renamed without changes

0 comments on commit bc39127

Please sign in to comment.