projects
/
sitecorepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
181c41a
)
self.logger -> self.s.logger in prof/import.py
author
W. Trevor King
<wking@drexel.edu>
Tue, 29 Jun 2010 13:18:20 +0000
(09:18 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 29 Jun 2010 13:18:20 +0000
(09:18 -0400)
sitecore/prof/import.py
patch
|
blob
|
history
diff --git
a/sitecore/prof/import.py
b/sitecore/prof/import.py
index 68e781bd63f06e96ffa6497cb05d4e75fcadce83..f2b77ab0b2cad82640742611b703142f1083e742 100644
(file)
--- a/
sitecore/prof/import.py
+++ b/
sitecore/prof/import.py
@@
-60,7
+60,7
@@
class ProfessorAdder (object):
time.sleep(self.s.wait_time)
windows = self.s.w.get_window_handles()
current_window = self.s.w.get_current_window_handle()
- self.logger.info('handling copy popup %s (from %s)'
+ self.
s.
logger.info('handling copy popup %s (from %s)'
% (current_window, windows))
name = self.s.find_element_by_id('Filename')
name.clear()