Browse Source

incorporate diff from dbeecham

oz123 12 years ago
parent
commit
5dd56c1f07
1 changed files with 0 additions and 5 deletions
  1. 0 5
      scripts/pwman3

+ 0 - 5
scripts/pwman3

@@ -94,13 +94,8 @@ try:
         config.load(config_file)
         xselpath = config.get_value("Global", "xselpath")
     else:
-<<<<<<< HEAD
-        xselpath=find_xsel()
-        set_value("Global", "xsel", xselpath)     
-=======
         xselpath = find_xsel()
         config.set_value("Global", "xsel", xselpath)
->>>>>>> 12e226a... PEP8 correct
 
     for o in opts:
         if o[0] == '-d' or o[0] == "--database":