Skip to content

Commit

Permalink
Added Windows python tag at start of files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tserafin committed Aug 15, 2018
1 parent f4be8cd commit 588bb62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion banter.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!python3
"""Client component of the Banter project."""
import argparse
import io
Expand Down Expand Up @@ -46,7 +47,7 @@ def __init__(self, debug_build=False, persist=True):
self.LAST_HEARD_LIMIT = 60
# How many times to attempt a connection before aborting
self.CONNECTION_ATTEMPT_LIMIT = 5
# Whether or persistence should be added on this run
# Whether persistence should be added on this run
self.PERSIST = persist

self.name = self.get_name()
Expand Down
1 change: 1 addition & 0 deletions master.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!python3
"""Server component of the Banter project."""
import copy
import logging
Expand Down

0 comments on commit 588bb62

Please sign in to comment.