Skip to content

Commit

Permalink
chore: remove unused activate_this code branch (#8230)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks authored Nov 18, 2024
1 parent 1d7be8c commit fd816c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ietf/bin/expire-submissions
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ basedir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../.."))
sys.path = [ basedir ] + sys.path
os.environ["DJANGO_SETTINGS_MODULE"] = "ietf.settings"

virtualenv_activation = os.path.join(basedir, "env", "bin", "activate_this.py")
if os.path.exists(virtualenv_activation):
execfile(virtualenv_activation, dict(__file__=virtualenv_activation))

syslog.openlog(os.path.basename(__file__), syslog.LOG_PID, syslog.LOG_USER)

import django
Expand Down

0 comments on commit fd816c4

Please sign in to comment.