| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d0f8af0 commit 6b925eb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,4 +17,4 @@ | |||
| 17 | 17 | if re.match('^#define NODE_PATCH_VERSION', line): | |
| 18 | 18 | patch = line.split()[2] | |
| 19 | 19 | ||
| 20 | - print '%(major)s.%(minor)s.%(patch)s'% locals() | ||
| 20 | + print('%(major)s.%(minor)s.%(patch)s'% locals()) | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments