mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-01 07:51:06 -05:00
Where we got it from.
This commit is contained in:
parent
f939e0e679
commit
c38c24575f
@ -1,4 +1,6 @@
|
|||||||
# -*- coding:iso-8859-1 -*-
|
# -*- coding:iso-8859-1 -*-
|
||||||
|
# Gotten from: http://moin.conectiva.com.br/DateUtil
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Copyright (c) 2003 Gustavo Niemeyer <niemeyer@conectiva.com>
|
Copyright (c) 2003 Gustavo Niemeyer <niemeyer@conectiva.com>
|
||||||
|
|
||||||
@ -8,8 +10,6 @@ datetime module.
|
|||||||
__author__ = "Gustavo Niemeyer <niemeyer@conectiva.com>"
|
__author__ = "Gustavo Niemeyer <niemeyer@conectiva.com>"
|
||||||
__license__ = "PSF License"
|
__license__ = "PSF License"
|
||||||
|
|
||||||
# Gotten from: http://moin.conectiva.com.br/DateUtil
|
|
||||||
|
|
||||||
import os.path
|
import os.path
|
||||||
import string
|
import string
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user