diff --git a/maloja/__init__.py b/maloja/__init__.py index 8a2c4de..08b96ed 100644 --- a/maloja/__init__.py +++ b/maloja/__init__.py @@ -7,7 +7,7 @@ author = { "email":"maloja@krateng.dev", "github": "krateng" } -version = 2,0,5 +version = 2,0,6 versionstr = ".".join(str(n) for n in version) diff --git a/maloja/htmlmodules.py b/maloja/htmlmodules.py index be173e8..bf108ae 100644 --- a/maloja/htmlmodules.py +++ b/maloja/htmlmodules.py @@ -568,7 +568,7 @@ def module_paginate(page,pages,perpage,**keys): # THIS FUNCTION USES THE ORIGINAL URI KEYS!!! def module_filterselection(keys,time=True,delimit=False): - from malojatime import today, thisweek, thismonth, thisyear, alltime + from .malojatime import today, thisweek, thismonth, thisyear, alltime filterkeys, timekeys, delimitkeys, extrakeys = uri_to_internal(keys) # drop keys that are not relevant so they don't clutter the URI