Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
removing objects I don't need yet
Browse files Browse the repository at this point in the history
  • Loading branch information
paultag committed Apr 22, 2012
1 parent d05bd52 commit 70b9baf
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions syn/archive.py
Expand Up @@ -43,45 +43,3 @@ def checksum(self):
self._checksum_hook()
raise NotImplementedException("Sorry! :)")
pass


class UpstreamTarball(Tarball):
def _process_filename(self, file_path):
pass

def _startup_hook(self):
pass

def _extract_hook(self):
pass

def _checksum_hook(self):
pass


class SynSourceTarball(Tarball):
def _process_filename(self, file_path):
pass

def _startup_hook(self):
pass

def _extract_hook(self):
pass

def _checksum_hook(self):
pass


class SynBinaryTarball(Tarball):
def _process_filename(self, file_path):
pass

def _startup_hook(self):
pass

def _extract_hook(self):
pass

def _checksum_hook(self):
pass

0 comments on commit 70b9baf

Please sign in to comment.