Public » MiniRedis Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

make run on Python 2.5

Changeset 45c174ebfee7

Parent f2bc0e1acd94

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at 45c174ebfee7 Showing diff from parent f2bc0e1acd94 Diff from another changeset...

Change 1 of 1 Show Entire File miniredis.py Stacked
 
1
2
3
 
 
4
5
6
 
1
2
3
4
5
6
7
8
@@ -1,6 +1,8 @@
 #!/usr/bin/env python  # Copyright (C) 2010 Benjamin Pollack. All rights reserved.   +from __future__ import with_statement +  import datetime  import getopt  import os