Skip to content

Commit

Permalink
Merge pull request #59 from sathannan/master
Browse files Browse the repository at this point in the history
Fixed issue #58
  • Loading branch information
dmnfarrell committed Sep 18, 2019
2 parents 9fbde06 + 5f0d0c3 commit 9f05aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tkintertable/Tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ def save(self, filename=None):
def importTable(self):
self.importCSV()

def importCSV(self, filename=None):
def importCSV(self, filename=None, sep=','):
"""Import from csv file"""

if filename is None:
Expand Down

0 comments on commit 9f05aa6

Please sign in to comment.