Skip to content

Commit

Permalink
Fix py3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Dec 15, 2015
1 parent 7942d71 commit 8714231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion touchdown/aws/lambda_/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def mkinfo(self, name):
name,
date_time=(2004, 7, 6, 0, 0, 0),
)
info.external_attr = 0o644 << 16L
info.external_attr = 0o644 << 16
return info

def render(self, runner, func):
Expand Down

0 comments on commit 8714231

Please sign in to comment.