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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankicks committed May 27, 2015
2 parents 0911e40 + 7a5a63d commit 81f5a55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
from config import Config

from apiclient.discovery import build
from apiclient.errors import HttpError

from gnippy import rules, searchclient

f = file("./config")
Expand Down Expand Up @@ -136,6 +138,7 @@ def enable_logging():
return root

@staticmethod
# BUGBUG: aim to NOT scrub results
def scrub(d):

# d.iteritems isn't used as you can't del or the iterator breaks.
Expand Down

0 comments on commit 81f5a55

Please sign in to comment.