]> git.phdru.name Git - m_lib.git/commit
Initial import
authorOleg Broytman <phd@phdru.name>
Sat, 30 Nov 2013 21:54:41 +0000 (01:54 +0400)
committerOleg Broytman <phd@phdru.name>
Sat, 30 Nov 2013 21:54:41 +0000 (01:54 +0400)
commitd7c459a9f979c4978cf07ff11056512a852fd61d
tree5c498a72e1333bfa1139ec297c88d7ed7009d74a
Initial import

Start to move m_lib to git.
34 files changed:
README.txt [new file with mode: 0644]
m_lib/__init__.py [new file with mode: 0644]
m_lib/clock/__init__.py [new file with mode: 0644]
m_lib/clock/mkclock.py [new file with mode: 0755]
m_lib/clock/tstclock.py [new file with mode: 0755]
m_lib/defenc.py [new file with mode: 0755]
m_lib/flog.py [new file with mode: 0755]
m_lib/lazy/__init__.py [new file with mode: 0644]
m_lib/lazy/dict.py [new file with mode: 0644]
m_lib/lazy/imports.py [new file with mode: 0644]
m_lib/m_path.py [new file with mode: 0755]
m_lib/m_shutil.py [new file with mode: 0755]
m_lib/mcrypt.py [new file with mode: 0755]
m_lib/md5wrapper.py [new file with mode: 0755]
m_lib/metaclasses.py [new file with mode: 0755]
m_lib/net/__init__.py [new file with mode: 0644]
m_lib/net/ftp/__init__.py [new file with mode: 0644]
m_lib/net/ftp/ftpparse.py [new file with mode: 0755]
m_lib/net/ftp/ftpscan.py [new file with mode: 0755]
m_lib/net/sms.py [new file with mode: 0644]
m_lib/net/www/__init__.py [new file with mode: 0644]
m_lib/net/www/dtml.py [new file with mode: 0644]
m_lib/net/www/html.py [new file with mode: 0644]
m_lib/net/www/serverpush.py [new file with mode: 0644]
m_lib/net/www/url_lib.py [new file with mode: 0644]
m_lib/net/www/util.py [new file with mode: 0644]
m_lib/net/www/xml.py [new file with mode: 0644]
m_lib/opdate.py [new file with mode: 0755]
m_lib/opstring.py [new file with mode: 0755]
m_lib/rus/__init__.py [new file with mode: 0644]
m_lib/rus/lat2rus.py [new file with mode: 0755]
m_lib/rus/rus2lat.py [new file with mode: 0755]
m_lib/tty_menu.py [new file with mode: 0755]
setup.py [new file with mode: 0755]