As mege is getting better, so is metanohi.

This commit is contained in:
Niels Serup
2011-07-17 00:34:50 +02:00
parent 095274c34b
commit 70d45d4119
20 changed files with 211 additions and 39 deletions

1
macros/__init__.py Executable file
View File

@@ -0,0 +1 @@
from .macros import *

BIN
macros/__init__.pyc Normal file

Binary file not shown.

4
macros/macros.py Executable file
View File

@@ -0,0 +1,4 @@
# macros
def download_prog(root, fname):
return ''

BIN
macros/macros.pyc Normal file

Binary file not shown.