コード例 #1
0
ファイル: download.py プロジェクト: lukasgraf/opengever.core
 def is_active(self):
     """Checks if the user has disabled download confirmation."""
     key = self.get_key()
     return dictstorage.get(key) != 'False'
コード例 #2
0
 def get_db_sync_stamp(self):
     timestamp = dictstorage.get(DICTSTORAGE_SYNC_KEY)
     return timestamp
コード例 #3
0
 def get_db_sync_stamp(self):
     timestamp = dictstorage.get(DICTSTORAGE_SYNC_KEY)
     return timestamp
コード例 #4
0
 def is_active(self):
     """ Checks if the user has disabled download confirmation
     """
     key = self.get_key()
     return dictstorage.get(key) != 'False'