This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
hyde
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added dvcs publisher
main
Lakshmi Vyasarajan
13 years ago
parent
76de9b4649
commit
264e65e139
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
hyde/ext/publishers/dvcs.py
+ 0
- 3
hyde/ext/publishers/dvcs.py
View File
@@ -16,9 +16,6 @@ class DVCS(object):
@abc.abstractmethod
def save_draft(self, message=None): pass
@abc.abstractmethod
def publish(self): pass
@abc.abstractmethod
def pull(self): pass
Write
Preview
Loading…
Cancel
Save