1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/da970ef60757/ changeset: da970ef60757 user: dan date: 2013-01-23 18:27:12 summary: Add missing import in galaxy.util. Fixes bug in .mkstemp_ln(). affected #: 1 file diff -r 3c752f2d4d958f34f085f2cc707c503693b4680d -r da970ef6075702286d47b9ccf83942092eaac27d lib/galaxy/util/__init__.py --- a/lib/galaxy/util/__init__.py +++ b/lib/galaxy/util/__init__.py @@ -2,7 +2,7 @@ Utility functions used systemwide. """ -import logging, threading, random, string, re, binascii, pickle, time, datetime, math, re, os, sys, tempfile, stat, grp, smtplib +import logging, threading, random, string, re, binascii, pickle, time, datetime, math, re, os, sys, tempfile, stat, grp, smtplib, errno from email.MIMEText import MIMEText # Older py compatibility Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.