Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
SDK is deprecated if < 1.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
zalun committed Feb 10, 2011
1 parent 5d14ebe commit e94bdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/jetpack/models.py
Expand Up @@ -1370,7 +1370,7 @@ def get_source_dir(self):
return os.path.join(settings.SDK_SOURCE_DIR, self.dir)

def is_deprecated(self):
return self.version < '0.9'
return self.version < '1.0b1'

def import_docs(self, tar_filename="addon-sdk-docs.tgz", export=True):
from api.models import DocPage
Expand Down

0 comments on commit e94bdbf

Please sign in to comment.