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

Commit

Permalink
Fix bug 1132517 - Remove unused libraries from lib.
Browse files Browse the repository at this point in the history
Also removes all traces of the lib dir.
  • Loading branch information
jezdez committed Feb 19, 2015
1 parent 460670b commit e3ffb61
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 782 deletions.
6 changes: 4 additions & 2 deletions celery.py
Expand Up @@ -5,11 +5,13 @@
import sys

ROOT = os.path.dirname(os.path.abspath(__file__))
path = lambda *a: os.path.join(ROOT, *a)


def path(*parts):
return os.path.join(ROOT, *parts)

prev_sys_path = list(sys.path)

site.addsitedir(path('lib'))
site.addsitedir(path('vendor'))

# Move the new items to the front of sys.path.
Expand Down
Empty file removed lib/__init__.py
Empty file.
250 changes: 0 additions & 250 deletions lib/countries.py

This file was deleted.

0 comments on commit e3ffb61

Please sign in to comment.