mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Fixed old import
This commit is contained in:
parent
24267eb31d
commit
661473b482
@ -7,7 +7,7 @@ author = {
|
|||||||
"email":"maloja@krateng.dev",
|
"email":"maloja@krateng.dev",
|
||||||
"github": "krateng"
|
"github": "krateng"
|
||||||
}
|
}
|
||||||
version = 2,0,5
|
version = 2,0,6
|
||||||
versionstr = ".".join(str(n) for n in version)
|
versionstr = ".".join(str(n) for n in version)
|
||||||
|
|
||||||
|
|
||||||
|
@ -568,7 +568,7 @@ def module_paginate(page,pages,perpage,**keys):
|
|||||||
# THIS FUNCTION USES THE ORIGINAL URI KEYS!!!
|
# THIS FUNCTION USES THE ORIGINAL URI KEYS!!!
|
||||||
def module_filterselection(keys,time=True,delimit=False):
|
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)
|
filterkeys, timekeys, delimitkeys, extrakeys = uri_to_internal(keys)
|
||||||
# drop keys that are not relevant so they don't clutter the URI
|
# drop keys that are not relevant so they don't clutter the URI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user