--- a/app/soc/logic/validate.py Fri Oct 10 13:14:24 2008 +0000
+++ b/app/soc/logic/validate.py Sun Oct 12 00:08:54 2008 +0000
@@ -28,7 +28,7 @@
import feedparser
-from soc.logic import path_linkname
+from soc.logic import path_link_name
def isFeedURLValid(feed_url=None):
@@ -52,6 +52,6 @@
Args:
link_name: link name used in URLs for identification
"""
- if path_linkname.LINKNAME_REGEX.match(link_name):
+ if path_link_name.LINKNAME_REGEX.match(link_name):
return True
return False
\ No newline at end of file