forked from jgrewe/fishbook
datetime patch
This commit is contained in:
@@ -7,6 +7,12 @@ import glob
|
||||
import datetime as dt
|
||||
import subprocess
|
||||
from IPython import embed
|
||||
try:
|
||||
iso = dt.date.fromisoformat
|
||||
except AttributeError:
|
||||
from backports.datetime_fromisoformat import MonkeyPatch
|
||||
MonkeyPatch.patch_fromisoformat()
|
||||
|
||||
|
||||
|
||||
def read_info_file(file_name):
|
||||
|
||||
Reference in New Issue
Block a user