~ubuntu-branches/ubuntu/utopic/gozerbot/utopic

« back to all changes in this revision

Viewing changes to build/lib/gozerbot/cache.py

  • Committer: Package Import Robot
  • Author(s): Jeremy Malcolm
  • Date: 2012-04-03 21:58:28 UTC
  • mfrom: (3.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20120403215828-6mik0tzug5na93la
Tags: 0.99.1-2
* Removes logfiles on purge (Closes: #668767)
* Reverted location of installed files back to /usr/lib/gozerbot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# gozerbot.cache
 
2
#
 
3
#
 
4
 
 
5
""" attempt to make a global usercache. not used yet. """
 
6
 
 
7
# INIT SECTION
 
8
 
 
9
# global userhost cache
 
10
userhosts = {}
 
11
 
 
12
# END SECTION
 
 
b'\\ No newline at end of file'