From 2da4c0a4bf24633cbb5607e2b47844e4c2983267 Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Wed, 20 Mar 2013 18:59:39 -0400 Subject: [PATCH] Remove extraneous SERVER_GENERATION definition It looks like this was supposed to be moved in e0d9182c but was copied, instead. (imported from commit 094f43e9cfd4dde380a3d1ef79b1c273b54ce1a3) --- zephyr/views.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/zephyr/views.py b/zephyr/views.py index c9acc20046..e9210f1cf1 100644 --- a/zephyr/views.py +++ b/zephyr/views.py @@ -56,9 +56,6 @@ import base64 from collections import defaultdict from zephyr.lib import bugdown -SERVER_GENERATION = int(time.time()) - - def list_to_streams(streams_raw, user_profile, autocreate=False, invite_only=False): """Converts plaintext stream names to a list of Streams, validating input in the process