add new line in the end of file

This commit is contained in:
Nikos Kouremenos 2005-08-29 20:20:08 +00:00
parent 5114b52232
commit ca9f164450
1 changed files with 1 additions and 0 deletions

View File

@ -180,3 +180,4 @@ def resize_window(window, w, h):
if h > screen_h:
h = screen_h
window.resize(abs(w), abs(h))