Remove unused code

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2020-08-15 22:41:13 +02:00
parent 51f85e6daf
commit c61cea7806

View File

@@ -1,5 +1,5 @@
# Relational # Relational
# Copyright (C) 2008-2015 Salvo "LtWorf" Tomaselli # Copyright (C) 2008-2020 Salvo "LtWorf" Tomaselli
# #
# Relational is free software: you can redistribute it and/or modify # Relational is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -142,11 +142,3 @@ def edit_relation(rel=None):
Form.exec_() Form.exec_()
return Form.result_relation return Form.result_relation
if __name__ == '__main__':
import sys
app = QtGui.QApplication(sys.argv)
r = relation.relation(
"/home/salvo/dev/relational/trunk/samples/people.csv")
print (edit_relation(r))