All set. Best of Sparkup + Zen Coding for now

This commit is contained in:
Kenneth Reitz
2010-05-04 21:15:17 -04:00
parent 4c1ce34413
commit 451bc1f0f6
37 changed files with 5307 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from zen_editor import ZenEditor
editor = ZenEditor()
editor.run_applescript()