Skip to content

Commit

Permalink
Remove all instances of "from builtins import str"
Browse files Browse the repository at this point in the history
Delete "from builtins import str" rather than just comment out
  • Loading branch information
mrawls committed Nov 4, 2016
1 parent 10c41c9 commit 3fda82b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .cache/v/cache/lastfailed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 0 additions & 1 deletion python/lsst/pipe/tasks/ingest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from __future__ import print_function
from builtins import str
from past.builtins import basestring
from builtins import object
import os
Expand Down
1 change: 0 additions & 1 deletion python/lsst/pipe/tasks/ingestCalibs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from builtins import zip
from builtins import str
import collections
import datetime
import itertools
Expand Down
1 change: 0 additions & 1 deletion python/lsst/pipe/tasks/interpImage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from builtins import str
#
# LSST Data Management System
# Copyright 2008-2015 AURA/LSST.
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/matchBackgrounds.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from builtins import zip
from builtins import str
#from builtins import str
from builtins import range
from builtins import object
#
Expand Down

0 comments on commit 3fda82b

Please sign in to comment.