[entropy.const] remove unneeded .flush() calls

This commit is contained in:
Fabio Erculiani
2013-10-10 10:19:16 +02:00
parent 670c9ae992
commit e32b94dcce
-1
View File
@@ -1336,7 +1336,6 @@ def _const_add_entropy_group(group_name):
group_fw.seek(0, 2)
app_line = "%s:x:%s:\n" % (group_name, new_id,)
group_fw.write(app_line)
group_fw.flush()
def const_get_stringtype():
"""