/[rdiff-backup]/rdiff-backup/rdiff_backup/Globals.py
ViewVC logotype

Diff of /rdiff-backup/rdiff_backup/Globals.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40 by bescoto, Sun Nov 6 01:46:54 2005 UTC revision 1.41 by bescoto, Wed Nov 23 23:16:32 2005 UTC
# Line 221  never_drop_acls = None Line 221  never_drop_acls = None
221  # prevent highbit permissions on systems which don't support them.)  # prevent highbit permissions on systems which don't support them.)
222  permission_mask = 07777  permission_mask = 07777
223    
   
224  def get(name):  def get(name):
225          """Return the value of something in this module"""          """Return the value of something in this module"""
226          return globals()[name]          return globals()[name]

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26